Html Css Color HEX #245FCD Cerulean Blue

📋 copy color: '#245FCD'

red 36 ◦ green 95 ◦ blue 205

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

Shades of Cerulean Blue #245FCD

Tints of Cerulean Blue #245FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.27%

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

R = 10.71%
G = 28.27%
B = 61.01%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#245FCD (or 0x245FCD) is known color: Cerulean Blue. HEX triplet: 24, 5F and CD. RGB value is (36,95,205). Sum of RGB (Red+Green+Blue) = 36+95+205=336 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.71% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #245FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245FCD is #DBA032. Grayscale: #595959. Windows color (decimal): -14393395 or 13459236. OLE color: 13459236.

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

Color convert

RGB 36 95 205 -
CMYK 0.82 0.54 0 0.20
HSL 219.05º 0.7% 0.47% -
HSV(B) 219.05º 0.82% 0.8% -
XYZ 15.84 12.97 59.43 -
YUV 89.9 192.95 89.56 -
System Red Green Blue C M Y K H S L
Decimal 36 95 205 0.82 0.54 0 0.20 219.05 0.7 0.47
Hex 24 5F CD 52 36 0 14 DB 46 2F
Octal 44 137 315 122 66 0 24 333 106 57
Binary 100100 1011111 11001101 1010010 110110 0 10100 11011011 1000110 101111

Color Harmonies of #245FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245FCD

Black with #245FCD

Text Example


Text Example

White with #245FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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