Html Css Color HEX #245DD7 Cerulean Blue

📋 copy color: '#245DD7'

red 36 ◦ green 93 ◦ blue 215

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

Shades of Cerulean Blue #245DD7

Tints of Cerulean Blue #245DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 62.5%

R = 10.47%
G = 27.03%
B = 62.5%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#245DD7 (or 0x245DD7) is known color: Cerulean Blue. HEX triplet: 24, 5D and D7. RGB value is (36,93,215). Sum of RGB (Red+Green+Blue) = 36+93+215=344 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.47% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 215 (84.38% from 255 or 62.5% from 344); Max value from RGB is 215 - color contains mainly: blue. Hex color #245DD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245DD7 is #DBA228. Grayscale: #595959. Windows color (decimal): -14393897 or 14114084. OLE color: 14114084.

HSL color Cylindrical-coordinate representation of color #245DD7: hue angle of 220.89º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #245DD7 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 36 93 215 -
CMYK 0.83 0.57 0 0.16
HSL 220.89º 0.71% 0.49% -
HSV(B) 220.89º 0.83% 0.84% -
XYZ 16.91 13.11 65.93 -
YUV 89.87 198.62 89.58 -
System Red Green Blue C M Y K H S L
Decimal 36 93 215 0.83 0.57 0 0.16 220.89 0.71 0.49
Hex 24 5D D7 53 39 0 10 DD 47 31
Octal 44 135 327 123 71 0 20 335 107 61
Binary 100100 1011101 11010111 1010011 111001 0 10000 11011101 1000111 110001

Color Harmonies of #245DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245DD7

Black with #245DD7

Text Example


Text Example

White with #245DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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