#254BD4

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

Shades of Cerulean Blue #254BD4

Tints of Cerulean Blue #254BD4

Color information

#254BD4 (or 0x254BD4) is unknown color: approx Cerulean Blue. HEX triplet: 25, 4B and D4. RGB value is (37,75,212). Sum of RGB (Red+Green+Blue) = 37+75+212=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 212 (83.20% from 255 or 65.43% from 324); Max value from RGB is 212 - color contains mainly: blue. Hex color #254BD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254BD4 is #DAB42B. Grayscale: #4E4E4E. Windows color (decimal): -14332972 or 13912869. OLE color: 13912869.

HSL color Cylindrical-coordinate representation of color #254BD4: hue angle of 226.97º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #254BD4 is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB3775212-
CMYK0.830.6500.17
HSL226.97º70.28%48.82%-
HSV(B)226.97º82.55%83.14%-
XYZ15.1610.1863.45-
YUV79.26202.9197.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.42%
GREEN value IS 75 (29.69% from 255) = 23.15%
BLUE value IS 212 (83.20% from 255) = 65.43%
R=11.42%
G=23.15%
B=65.43%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal37752120.830.6500.17226.9770.2848.82
Hex254BD45341011e34631
Octal4511332412310102134310661
Binary10010110010111101010010100111000001010001111000111000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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