Html Css Color HEX #185BDD Denim

📋 copy color: '#185BDD'

red 24 ◦ green 91 ◦ blue 221

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

Shades of Denim #185BDD

Tints of Denim #185BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65.77%

R = 7.14%
G = 27.08%
B = 65.77%

CMYK

 C value IS 0.89

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#185BDD (or 0x185BDD) is known color: Denim. HEX triplet: 18, 5B and DD. RGB value is (24,91,221). Sum of RGB (Red+Green+Blue) = 24+91+221=336 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.14% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #185BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185BDD is #E7A422. Grayscale: #555555. Windows color (decimal): -15180835 or 14506776. OLE color: 14506776.

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

Color convert

RGB 24 91 221 -
CMYK 0.89 0.59 0 0.13
HSL 219.59º 0.8% 0.48% -
HSV(B) 219.59º 0.89% 0.87% -
XYZ 17.17 12.9 69.99 -
YUV 85.79 204.3 83.93 -
System Red Green Blue C M Y K H S L
Decimal 24 91 221 0.89 0.59 0 0.13 219.59 0.8 0.48
Hex 18 5B DD 59 3B 0 D DC 50 30
Octal 30 133 335 131 73 0 15 334 120 60
Binary 11000 1011011 11011101 1011001 111011 0 1101 11011100 1010000 110000

Color Harmonies of #185BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185BDD

Black with #185BDD

Text Example


Text Example

White with #185BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,91,221); }

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

background-color css

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

 a { background-color: rgb(24,91,221); }

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

border-color css

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

 span { border-color: rgb(24,91,221); }

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