Html Css Color HEX #185DDC Denim

📋 copy color: '#185DDC'

red 24 ◦ green 93 ◦ blue 220

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

Shades of Denim #185DDC

Tints of Denim #185DDC

RGB

 RED value IS 24 (9.77% from 255) = 7.12%

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

 BLUE value IS 220 (86.33% from 255) = 65.28%

R = 7.12%
G = 27.6%
B = 65.28%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#185DDC (or 0x185DDC) is known color: Denim. HEX triplet: 18, 5D and DC. RGB value is (24,93,220). Sum of RGB (Red+Green+Blue) = 24+93+220=337 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.12% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 220 (86.33% from 255 or 65.28% from 337); Max value from RGB is 220 - color contains mainly: blue. Hex color #185DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185DDC is #E7A223. Grayscale: #565656. Windows color (decimal): -15180324 or 14441752. OLE color: 14441752.

HSL color Cylindrical-coordinate representation of color #185DDC: hue angle of 218.88º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #185DDC is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 93 220 -
CMYK 0.89 0.58 0 0.14
HSL 218.88º 0.8% 0.48% -
HSV(B) 218.88º 0.89% 0.86% -
XYZ 17.21 13.19 69.35 -
YUV 86.85 203.14 83.17 -
System Red Green Blue C M Y K H S L
Decimal 24 93 220 0.89 0.58 0 0.14 218.88 0.8 0.48
Hex 18 5D DC 59 3A 0 E DB 50 30
Octal 30 135 334 131 72 0 16 333 120 60
Binary 11000 1011101 11011100 1011001 111010 0 1110 11011011 1010000 110000

Color Harmonies of #185DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185DDC

Black with #185DDC

Text Example


Text Example

White with #185DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185DDC; }

 p { color: rgb(24,93,220); }

 H1.HeaderClassName
 {
   color: #185DDC;
 }
 .AnyTagClassName
 {
   color: #185DDC;
 }
</style>

background-color css

<style>
 a { background-color: #185DDC; }

 a { background-color: rgb(24,93,220); }

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

border-color css

<style>
 span { border-color: #185DDC; }

 span { border-color: rgb(24,93,220); }

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