Html Css Color HEX #245DB0 Denim

📋 copy color: '#245DB0'

red 36 ◦ green 93 ◦ blue 176

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

Shades of Denim #245DB0

Tints of Denim #245DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 57.7%

R = 11.8%
G = 30.49%
B = 57.7%

CMYK

 C value IS 0.80

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#245DB0 (or 0x245DB0) is known color: Denim. HEX triplet: 24, 5D and B0. RGB value is (36,93,176). Sum of RGB (Red+Green+Blue) = 36+93+176=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 176 (69.14% from 255 or 57.70% from 305); Max value from RGB is 176 - color contains mainly: blue. Hex color #245DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245DB0 is #DBA24F. Grayscale: #555555. Windows color (decimal): -14393936 or 11558180. OLE color: 11558180.

HSL color Cylindrical-coordinate representation of color #245DB0: hue angle of 215.57º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #245DB0 is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 36 93 176 -
CMYK 0.80 0.47 0 0.31
HSL 215.57º 0.66% 0.42% -
HSV(B) 215.57º 0.8% 0.69% -
XYZ 12.48 11.34 42.61 -
YUV 85.42 179.12 92.75 -
System Red Green Blue C M Y K H S L
Decimal 36 93 176 0.80 0.47 0 0.31 215.57 0.66 0.42
Hex 24 5D B0 50 2F 0 1F D8 42 2A
Octal 44 135 260 120 57 0 37 330 102 52
Binary 100100 1011101 10110000 1010000 101111 0 11111 11011000 1000010 101010

Color Harmonies of #245DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245DB0

Black with #245DB0

Text Example


Text Example

White with #245DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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