Html Css Color HEX #245AD0 Cerulean Blue

📋 copy color: '#245AD0'

red 36 ◦ green 90 ◦ blue 208

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

Shades of Cerulean Blue #245AD0

Tints of Cerulean Blue #245AD0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.95%

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

R = 10.78%
G = 26.95%
B = 62.28%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#245AD0 (or 0x245AD0) is known color: Cerulean Blue. HEX triplet: 24, 5A and D0. RGB value is (36,90,208). Sum of RGB (Red+Green+Blue) = 36+90+208=334 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.78% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 208 (81.64% from 255 or 62.28% from 334); Max value from RGB is 208 - color contains mainly: blue. Hex color #245AD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245AD0 is #DBA52F. Grayscale: #565656. Windows color (decimal): -14394672 or 13654564. OLE color: 13654564.

HSL color Cylindrical-coordinate representation of color #245AD0: hue angle of 221.16º 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 #245AD0 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 36 90 208 -
CMYK 0.83 0.57 0 0.18
HSL 221.16º 0.7% 0.48% -
HSV(B) 221.16º 0.83% 0.82% -
XYZ 15.77 12.24 61.21 -
YUV 87.31 196.11 91.41 -
System Red Green Blue C M Y K H S L
Decimal 36 90 208 0.83 0.57 0 0.18 221.16 0.7 0.48
Hex 24 5A D0 53 39 0 12 DD 46 30
Octal 44 132 320 123 71 0 22 335 106 60
Binary 100100 1011010 11010000 1010011 111001 0 10010 11011101 1000110 110000

Color Harmonies of #245AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245AD0

Black with #245AD0

Text Example


Text Example

White with #245AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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