Html Css Color HEX #254ECC Cerulean Blue

📋 copy color: '#254ECC'

red 37 ◦ green 78 ◦ blue 204

#254ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #254ECC

Tints of Cerulean Blue #254ECC

RGB

 RED value IS 37 (14.84% from 255) = 11.6%

 GREEN value IS 78 (30.86% from 255) = 24.45%

 BLUE value IS 204 (80.08% from 255) = 63.95%

R = 11.6%
G = 24.45%
B = 63.95%

CMYK

 C value IS 0.82

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#254ECC (or 0x254ECC) is known color: Cerulean Blue. HEX triplet: 25, 4E and CC. RGB value is (37,78,204). Sum of RGB (Red+Green+Blue) = 37+78+204=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #254ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254ECC is #DAB133. Grayscale: #4F4F4F. Windows color (decimal): -14332212 or 13389349. OLE color: 13389349.

HSL color Cylindrical-coordinate representation of color #254ECC: hue angle of 225.27º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #254ECC is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 37 78 204 -
CMYK 0.82 0.62 0 0.2
HSL 225.27º 0.69% 0.47% -
HSV(B) 225.27º 0.82% 0.8% -
XYZ 14.39 10.2 58.34 -
YUV 80.11 197.92 97.25 -
System Red Green Blue C M Y K H S L
Decimal 37 78 204 0.82 0.62 0 0.2 225.27 0.69 0.47
Hex 25 4E CC 52 3E 0 14 E1 45 2F
Octal 45 116 314 122 76 0 24 341 105 57
Binary 100101 1001110 11001100 1010010 111110 0 10100 11100001 1000101 101111

Color Harmonies of #254ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254ECC

Black with #254ECC

Text Example


Text Example

White with #254ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #254ECC;
 }
 .AnyTagClassName
 {
   color: #254ECC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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