Html Css Color HEX #245DDB Cerulean Blue

📋 copy color: '#245DDB'

red 36 ◦ green 93 ◦ blue 219

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

Shades of Cerulean Blue #245DDB

Tints of Cerulean Blue #245DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.93%

R = 10.34%
G = 26.72%
B = 62.93%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#245DDB (or 0x245DDB) is known color: Cerulean Blue. HEX triplet: 24, 5D and DB. RGB value is (36,93,219). Sum of RGB (Red+Green+Blue) = 36+93+219=348 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.34% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #245DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245DDB is #DBA224. Grayscale: #595959. Windows color (decimal): -14393893 or 14376228. OLE color: 14376228.

HSL color Cylindrical-coordinate representation of color #245DDB: hue angle of 221.31º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #245DDB is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 93 219 -
CMYK 0.84 0.58 0 0.14
HSL 221.31º 0.72% 0.5% -
HSV(B) 221.31º 0.84% 0.86% -
XYZ 17.43 13.32 68.67 -
YUV 90.32 200.62 89.25 -
System Red Green Blue C M Y K H S L
Decimal 36 93 219 0.84 0.58 0 0.14 221.31 0.72 0.5
Hex 24 5D DB 54 3A 0 E DD 48 32
Octal 44 135 333 124 72 0 16 335 110 62
Binary 100100 1011101 11011011 1010100 111010 0 1110 11011101 1001000 110010

Color Harmonies of #245DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245DDB

Black with #245DDB

Text Example


Text Example

White with #245DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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