Html Css Color HEX #245ECB Cerulean Blue

📋 copy color: '#245ECB'

red 36 ◦ green 94 ◦ blue 203

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

Shades of Cerulean Blue #245ECB

Tints of Cerulean Blue #245ECB

RGB

 RED value IS 36 (14.45% from 255) = 10.81%

 GREEN value IS 94 (37.11% from 255) = 28.23%

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

R = 10.81%
G = 28.23%
B = 60.96%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#245ECB (or 0x245ECB) is known color: Cerulean Blue. HEX triplet: 24, 5E and CB. RGB value is (36,94,203). Sum of RGB (Red+Green+Blue) = 36+94+203=333 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.81% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 203 (79.69% from 255 or 60.96% from 333); Max value from RGB is 203 - color contains mainly: blue. Hex color #245ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245ECB is #DBA134. Grayscale: #585858. Windows color (decimal): -14393653 or 13327908. OLE color: 13327908.

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

Color convert

RGB 36 94 203 -
CMYK 0.82 0.54 0 0.20
HSL 219.16º 0.7% 0.47% -
HSV(B) 219.16º 0.82% 0.8% -
XYZ 15.51 12.69 58.13 -
YUV 89.08 192.28 90.14 -
System Red Green Blue C M Y K H S L
Decimal 36 94 203 0.82 0.54 0 0.20 219.16 0.7 0.47
Hex 24 5E CB 52 36 0 14 DB 46 2F
Octal 44 136 313 122 66 0 24 333 106 57
Binary 100100 1011110 11001011 1010010 110110 0 10100 11011011 1000110 101111

Color Harmonies of #245ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245ECB

Black with #245ECB

Text Example


Text Example

White with #245ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,94,203); }

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

background-color css

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

 a { background-color: rgb(36,94,203); }

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

border-color css

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

 span { border-color: rgb(36,94,203); }

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