Html Css Color HEX #254ECB Cerulean Blue

📋 copy color: '#254ECB'

red 37 ◦ green 78 ◦ blue 203

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

Shades of Cerulean Blue #254ECB

Tints of Cerulean Blue #254ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 63.84%

R = 11.64%
G = 24.53%
B = 63.84%

CMYK

 C value IS 0.82

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#254ECB (or 0x254ECB) is known color: Cerulean Blue. HEX triplet: 25, 4E and CB. RGB value is (37,78,203). Sum of RGB (Red+Green+Blue) = 37+78+203=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 203 (79.69% from 255 or 63.84% from 318); Max value from RGB is 203 - color contains mainly: blue. Hex color #254ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254ECB is #DAB134. Grayscale: #4F4F4F. Windows color (decimal): -14332213 or 13323813. OLE color: 13323813.

HSL color Cylindrical-coordinate representation of color #254ECB: hue angle of 225.18º 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 #254ECB is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 78 203 -
CMYK 0.82 0.62 0 0.20
HSL 225.18º 0.69% 0.47% -
HSV(B) 225.18º 0.82% 0.8% -
XYZ 14.27 10.15 57.71 -
YUV 79.99 197.42 97.34 -
System Red Green Blue C M Y K H S L
Decimal 37 78 203 0.82 0.62 0 0.20 225.18 0.69 0.47
Hex 25 4E CB 52 3E 0 14 E1 45 2F
Octal 45 116 313 122 76 0 24 341 105 57
Binary 100101 1001110 11001011 1010010 111110 0 10100 11100001 1000101 101111

Color Harmonies of #254ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254ECB

Black with #254ECB

Text Example


Text Example

White with #254ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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