Html Css Color HEX #245BC8 Cerulean Blue

📋 copy color: '#245BC8'

red 36 ◦ green 91 ◦ blue 200

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

Shades of Cerulean Blue #245BC8

Tints of Cerulean Blue #245BC8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.83%

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

R = 11.01%
G = 27.83%
B = 61.16%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#245BC8 (or 0x245BC8) is known color: Cerulean Blue. HEX triplet: 24, 5B and C8. RGB value is (36,91,200). Sum of RGB (Red+Green+Blue) = 36+91+200=327 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.01% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 200 (78.52% from 255 or 61.16% from 327); Max value from RGB is 200 - color contains mainly: blue. Hex color #245BC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245BC8 is #DBA437. Grayscale: #565656. Windows color (decimal): -14394424 or 13130532. OLE color: 13130532.

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

Color convert

RGB 36 91 200 -
CMYK 0.82 0.54 0 0.22
HSL 219.88º 0.69% 0.46% -
HSV(B) 219.88º 0.82% 0.78% -
XYZ 14.89 12.03 56.18 -
YUV 86.98 191.78 91.64 -
System Red Green Blue C M Y K H S L
Decimal 36 91 200 0.82 0.54 0 0.22 219.88 0.69 0.46
Hex 24 5B C8 52 36 0 16 DC 45 2E
Octal 44 133 310 122 66 0 26 334 105 56
Binary 100100 1011011 11001000 1010010 110110 0 10110 11011100 1000101 101110

Color Harmonies of #245BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245BC8

Black with #245BC8

Text Example


Text Example

White with #245BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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