#254EAA

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

Shades of Cerulean Blue #254EAA

Tints of Cerulean Blue #254EAA

Color information

#254EAA (or 0x254EAA) is unknown color: approx Cerulean Blue. HEX triplet: 25, 4E and AA. RGB value is (37,78,170). Sum of RGB (Red+Green+Blue) = 37+78+170=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #254EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254EAA is #DAB155. Grayscale: #4B4B4B. Windows color (decimal): -14332246 or 11161125. OLE color: 11161125.

HSL color Cylindrical-coordinate representation of color #254EAA: hue angle of 221.5º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #254EAA is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3778170-
CMYK0.780.5400.33
HSL221.5º64.25%40.59%-
HSV(B)221.5º78.24%66.67%-
XYZ10.748.7439.15-
YUV76.23180.92100.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.98%
GREEN value IS 78 (30.86% from 255) = 27.37%
BLUE value IS 170 (66.80% from 255) = 59.65%
R=12.98%
G=27.37%
B=59.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal37781700.780.5400.33221.564.2540.59
Hex254EAA4E36021de4029
Octal451162521166604133610051
Binary10010110011101010101010011101101100100001110111101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254EAA; }

 p { color: rgb(37,78,170); }

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

<style>
 a { background-color: #254EAA; }

 a { background-color: rgb(37,78,170); }

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

<style>
 span { border-color: #254EAA; }

 span { border-color: rgb(37,78,170); }

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