Html Css Color HEX #245CCD Cerulean Blue

📋 copy color: '#245CCD'

red 36 ◦ green 92 ◦ blue 205

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

Shades of Cerulean Blue #245CCD

Tints of Cerulean Blue #245CCD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.63%

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

R = 10.81%
G = 27.63%
B = 61.56%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#245CCD (or 0x245CCD) is known color: Cerulean Blue. HEX triplet: 24, 5C and CD. RGB value is (36,92,205). Sum of RGB (Red+Green+Blue) = 36+92+205=333 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.81% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #245CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245CCD is #DBA332. Grayscale: #575757. Windows color (decimal): -14394163 or 13458468. OLE color: 13458468.

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

Color convert

RGB 36 92 205 -
CMYK 0.82 0.55 0 0.20
HSL 220.12º 0.7% 0.47% -
HSV(B) 220.12º 0.82% 0.8% -
XYZ 15.57 12.44 59.34 -
YUV 88.14 193.95 90.81 -
System Red Green Blue C M Y K H S L
Decimal 36 92 205 0.82 0.55 0 0.20 220.12 0.7 0.47
Hex 24 5C CD 52 37 0 14 DC 46 2F
Octal 44 134 315 122 67 0 24 334 106 57
Binary 100100 1011100 11001101 1010010 110111 0 10100 11011100 1000110 101111

Color Harmonies of #245CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245CCD

Black with #245CCD

Text Example


Text Example

White with #245CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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