Html Css Color HEX #245BD0 Cerulean Blue

📋 copy color: '#245BD0'

red 36 ◦ green 91 ◦ blue 208

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

Shades of Cerulean Blue #245BD0

Tints of Cerulean Blue #245BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 62.09%

R = 10.75%
G = 27.16%
B = 62.09%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#245BD0 (or 0x245BD0) is known color: Cerulean Blue. HEX triplet: 24, 5B and D0. RGB value is (36,91,208). Sum of RGB (Red+Green+Blue) = 36+91+208=335 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.75% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 208 (81.64% from 255 or 62.09% from 335); Max value from RGB is 208 - color contains mainly: blue. Hex color #245BD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245BD0 is #DBA42F. Grayscale: #575757. Windows color (decimal): -14394416 or 13654820. OLE color: 13654820.

HSL color Cylindrical-coordinate representation of color #245BD0: hue angle of 220.81º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #245BD0 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 36 91 208 -
CMYK 0.83 0.56 0 0.18
HSL 220.81º 0.7% 0.48% -
HSV(B) 220.81º 0.83% 0.82% -
XYZ 15.85 12.41 61.23 -
YUV 87.89 195.78 90.99 -
System Red Green Blue C M Y K H S L
Decimal 36 91 208 0.83 0.56 0 0.18 220.81 0.7 0.48
Hex 24 5B D0 53 38 0 12 DD 46 30
Octal 44 133 320 123 70 0 22 335 106 60
Binary 100100 1011011 11010000 1010011 111000 0 10010 11011101 1000110 110000

Color Harmonies of #245BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245BD0

Black with #245BD0

Text Example


Text Example

White with #245BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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