Html Css Color HEX #245BCD Cerulean Blue

📋 copy color: '#245BCD'

red 36 ◦ green 91 ◦ blue 205

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

Shades of Cerulean Blue #245BCD

Tints of Cerulean Blue #245BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.75%

R = 10.84%
G = 27.41%
B = 61.75%

CMYK

 C value IS 0.82

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#245BCD (or 0x245BCD) is known color: Cerulean Blue. HEX triplet: 24, 5B and CD. RGB value is (36,91,205). Sum of RGB (Red+Green+Blue) = 36+91+205=332 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.84% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #245BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245BCD is #DBA432. Grayscale: #575757. Windows color (decimal): -14394419 or 13458212. OLE color: 13458212.

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

Color convert

RGB 36 91 205 -
CMYK 0.82 0.56 0 0.20
HSL 220.47º 0.7% 0.47% -
HSV(B) 220.47º 0.82% 0.8% -
XYZ 15.49 12.27 59.31 -
YUV 87.55 194.28 91.23 -
System Red Green Blue C M Y K H S L
Decimal 36 91 205 0.82 0.56 0 0.20 220.47 0.7 0.47
Hex 24 5B CD 52 38 0 14 DC 46 2F
Octal 44 133 315 122 70 0 24 334 106 57
Binary 100100 1011011 11001101 1010010 111000 0 10100 11011100 1000110 101111

Color Harmonies of #245BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245BCD

Black with #245BCD

Text Example


Text Example

White with #245BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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