Html Css Color HEX #245DCE Cerulean Blue

📋 copy color: '#245DCE'

red 36 ◦ green 93 ◦ blue 206

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

Shades of Cerulean Blue #245DCE

Tints of Cerulean Blue #245DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.49%

R = 10.75%
G = 27.76%
B = 61.49%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#245DCE (or 0x245DCE) is known color: Cerulean Blue. HEX triplet: 24, 5D and CE. RGB value is (36,93,206). Sum of RGB (Red+Green+Blue) = 36+93+206=335 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.75% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #245DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245DCE is #DBA231. Grayscale: #585858. Windows color (decimal): -14393906 or 13524260. OLE color: 13524260.

HSL color Cylindrical-coordinate representation of color #245DCE: hue angle of 219.88º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #245DCE is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 93 206 -
CMYK 0.83 0.55 0 0.19
HSL 219.88º 0.7% 0.47% -
HSV(B) 219.88º 0.83% 0.81% -
XYZ 15.78 12.66 60 -
YUV 88.84 194.12 90.31 -
System Red Green Blue C M Y K H S L
Decimal 36 93 206 0.83 0.55 0 0.19 219.88 0.7 0.47
Hex 24 5D CE 53 37 0 13 DC 46 2F
Octal 44 135 316 123 67 0 23 334 106 57
Binary 100100 1011101 11001110 1010011 110111 0 10011 11011100 1000110 101111

Color Harmonies of #245DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245DCE

Black with #245DCE

Text Example


Text Example

White with #245DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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