Html Css Color HEX #245EC8 Cerulean Blue

📋 copy color: '#245EC8'

red 36 ◦ green 94 ◦ blue 200

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

Shades of Cerulean Blue #245EC8

Tints of Cerulean Blue #245EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 60.61%

R = 10.91%
G = 28.48%
B = 60.61%

CMYK

 C value IS 0.82

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#245EC8 (or 0x245EC8) is known color: Cerulean Blue. HEX triplet: 24, 5E and C8. RGB value is (36,94,200). Sum of RGB (Red+Green+Blue) = 36+94+200=330 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.91% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 200 (78.52% from 255 or 60.61% from 330); Max value from RGB is 200 - color contains mainly: blue. Hex color #245EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245EC8 is #DBA137. Grayscale: #585858. Windows color (decimal): -14393656 or 13131300. OLE color: 13131300.

HSL color Cylindrical-coordinate representation of color #245EC8: hue angle of 218.78º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #245EC8 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 36 94 200 -
CMYK 0.82 0.53 0 0.22
HSL 218.78º 0.69% 0.46% -
HSV(B) 218.78º 0.82% 0.78% -
XYZ 15.16 12.55 56.27 -
YUV 88.74 190.78 90.38 -
System Red Green Blue C M Y K H S L
Decimal 36 94 200 0.82 0.53 0 0.22 218.78 0.69 0.46
Hex 24 5E C8 52 35 0 16 DB 45 2E
Octal 44 136 310 122 65 0 26 333 105 56
Binary 100100 1011110 11001000 1010010 110101 0 10110 11011011 1000101 101110

Color Harmonies of #245EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245EC8

Black with #245EC8

Text Example


Text Example

White with #245EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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