#254ECE

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

Shades of Cerulean Blue #254ECE

Tints of Cerulean Blue #254ECE

Color information

#254ECE (or 0x254ECE) is unknown color: approx Cerulean Blue. HEX triplet: 25, 4E and CE. RGB value is (37,78,206). Sum of RGB (Red+Green+Blue) = 37+78+206=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #254ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254ECE is #DAB131. Grayscale: #4F4F4F. Windows color (decimal): -14332210 or 13520421. OLE color: 13520421.

HSL color Cylindrical-coordinate representation of color #254ECE: hue angle of 225.44º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #254ECE is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3778206-
CMYK0.820.6200.19
HSL225.44º69.55%47.65%-
HSV(B)225.44º82.04%80.78%-
XYZ14.6310.359.61-
YUV80.33198.9297.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.53%
GREEN value IS 78 (30.86% from 255) = 24.30%
BLUE value IS 206 (80.86% from 255) = 64.17%
R=11.53%
G=24.30%
B=64.17%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal37782060.820.6200.19225.4469.5547.65
Hex254ECE523E013e14630
Octal451163161227602334110660
Binary1001011001110110011101010010111110010011111000011000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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