#254FAB

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

Shades of Cerulean Blue #254FAB

Tints of Cerulean Blue #254FAB

Color information

#254FAB (or 0x254FAB) is unknown color: approx Cerulean Blue. HEX triplet: 25, 4F and AB. RGB value is (37,79,171). Sum of RGB (Red+Green+Blue) = 37+79+171=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #254FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254FAB is #DAB054. Grayscale: #4C4C4C. Windows color (decimal): -14331989 or 11226917. OLE color: 11226917.

HSL color Cylindrical-coordinate representation of color #254FAB: hue angle of 221.19º 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 #254FAB is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3779171-
CMYK0.780.5400.33
HSL221.19º64.42%40.78%-
HSV(B)221.19º78.36%67.06%-
XYZ10.918.9339.68-
YUV76.93181.0999.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.89%
GREEN value IS 79 (31.25% from 255) = 27.53%
BLUE value IS 171 (67.19% from 255) = 59.58%
R=12.89%
G=27.53%
B=59.58%

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
Decimal37791710.780.5400.33221.1964.4240.78
Hex254FAB4E36021dd4029
Octal451172531166604133510051
Binary10010110011111010101110011101101100100001110111011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,79,171); }

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

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

 a { background-color: rgb(37,79,171); }

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

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

 span { border-color: rgb(37,79,171); }

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