#2514E7

Color #2514E7 Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #2514E7

Tints of Blue #2514E7

Color information

#2514E7 (or 0x2514E7) is unknown color: approx Blue. HEX triplet: 25, 14 and E7. RGB value is (37,20,231). Sum of RGB (Red+Green+Blue) = 37+20+231=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 231 (90.62% from 255 or 80.21% from 288); Max value from RGB is 231 - color contains mainly: blue. Hex color #2514E7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2514E7 is #DAEB18. Grayscale: #303030. Windows color (decimal): -14347033 or 15143973. OLE color: 15143973.

HSL color Cylindrical-coordinate representation of color #2514E7: hue angle of 244.83º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2514E7 is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB3720231-
CMYK0.840.9100.09
HSL244.83º84.06%49.22%-
HSV(B)244.83º91.34%90.59%-
XYZ15.446.6676.07-
YUV49.14230.63119.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 12.85%
GREEN value IS 20 (8.20% from 255) = 6.94%
BLUE value IS 231 (90.62% from 255) = 80.21%
R=12.85%
G=6.94%
B=80.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal37202310.840.9100.09244.8384.0649.22
Hex2514E7545B09f55431
Octal452434712413301136512461
Binary10010110100111001111010100101101101001111101011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2514E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2514E7; }

 p { color: rgb(37,20,231); }

 H1.HeaderClassName
 {
   color: #2514E7;
 }
 .AnyTagClassName
 {
   color: #2514E7;
 }
</style>
background-color css

<style>
 a { background-color: #2514E7; }

 a { background-color: rgb(37,20,231); }

 div.DivClassName
 {
   background-color: #2514E7;
 }
 .BgClassName
 {
   background-color: #2514E7;
 }
</style>
border-color css

<style>
 span { border-color: #2514E7; }

 span { border-color: rgb(37,20,231); }

 td.TdClassName
 {
   border-color: #2514E7;
 }
 .TagClassName
 {
   border-color: #2514E7;
 }
</style>