#254BB6

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

Shades of Cerulean Blue #254BB6

Tints of Cerulean Blue #254BB6

Color information

#254BB6 (or 0x254BB6) is unknown color: approx Cerulean Blue. HEX triplet: 25, 4B and B6. RGB value is (37,75,182). Sum of RGB (Red+Green+Blue) = 37+75+182=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 182 (71.48% from 255 or 61.90% from 294); Max value from RGB is 182 - color contains mainly: blue. Hex color #254BB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254BB6 is #DAB449. Grayscale: #4B4B4B. Windows color (decimal): -14333002 or 11946789. OLE color: 11946789.

HSL color Cylindrical-coordinate representation of color #254BB6: hue angle of 224.28º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #254BB6 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3775182-
CMYK0.800.5900.29
HSL224.28º66.21%42.94%-
HSV(B)224.28º79.67%71.37%-
XYZ11.728.845.34-
YUV75.84187.91100.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.59%
GREEN value IS 75 (29.69% from 255) = 25.51%
BLUE value IS 182 (71.48% from 255) = 61.90%
R=12.59%
G=25.51%
B=61.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal37751820.800.5900.29224.2866.2142.94
Hex254BB6503B01De0422b
Octal451132661207303534010253
Binary1001011001011101101101010000111011011101111000001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,75,182); }

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

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

 a { background-color: rgb(37,75,182); }

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

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

 span { border-color: rgb(37,75,182); }

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