Html Css Color HEX #245DCD Cerulean Blue

📋 copy color: '#245DCD'

red 36 ◦ green 93 ◦ blue 205

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

Shades of Cerulean Blue #245DCD

Tints of Cerulean Blue #245DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.84%

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

R = 10.78%
G = 27.84%
B = 61.38%

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

#245DCD (or 0x245DCD) is known color: Cerulean Blue. HEX triplet: 24, 5D and CD. RGB value is (36,93,205). Sum of RGB (Red+Green+Blue) = 36+93+205=334 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.78% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #245DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245DCD is #DBA232. Grayscale: #585858. Windows color (decimal): -14393907 or 13458724. OLE color: 13458724.

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

Color convert

RGB 36 93 205 -
CMYK 0.82 0.55 0 0.20
HSL 219.76º 0.7% 0.47% -
HSV(B) 219.76º 0.82% 0.8% -
XYZ 15.66 12.61 59.37 -
YUV 88.73 193.62 90.39 -
System Red Green Blue C M Y K H S L
Decimal 36 93 205 0.82 0.55 0 0.20 219.76 0.7 0.47
Hex 24 5D CD 52 37 0 14 DC 46 2F
Octal 44 135 315 122 67 0 24 334 106 57
Binary 100100 1011101 11001101 1010010 110111 0 10100 11011100 1000110 101111

Color Harmonies of #245DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245DCD

Black with #245DCD

Text Example


Text Example

White with #245DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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