Html Css Color HEX #245BDB Cerulean Blue

📋 copy color: '#245BDB'

red 36 ◦ green 91 ◦ blue 219

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

Shades of Cerulean Blue #245BDB

Tints of Cerulean Blue #245BDB

RGB

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

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

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

R = 10.4%
G = 26.3%
B = 63.29%

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

#245BDB (or 0x245BDB) is known color: Cerulean Blue. HEX triplet: 24, 5B and DB. RGB value is (36,91,219). Sum of RGB (Red+Green+Blue) = 36+91+219=346 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.40% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #245BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245BDB is #DBA424. Grayscale: #585858. Windows color (decimal): -14394405 or 14375716. OLE color: 14375716.

HSL color Cylindrical-coordinate representation of color #245BDB: hue angle of 221.97º 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 #245BDB is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 91 219 -
CMYK 0.84 0.58 0 0.14
HSL 221.97º 0.72% 0.5% -
HSV(B) 221.97º 0.84% 0.86% -
XYZ 17.25 12.97 68.61 -
YUV 89.15 201.28 90.09 -
System Red Green Blue C M Y K H S L
Decimal 36 91 219 0.84 0.58 0 0.14 221.97 0.72 0.5
Hex 24 5B DB 54 3A 0 E DE 48 32
Octal 44 133 333 124 72 0 16 336 110 62
Binary 100100 1011011 11011011 1010100 111010 0 1110 11011110 1001000 110010

Color Harmonies of #245BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245BDB

Black with #245BDB

Text Example


Text Example

White with #245BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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