Html Css Color HEX #185DCD Denim

📋 copy color: '#185DCD'

red 24 ◦ green 93 ◦ blue 205

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

Shades of Denim #185DCD

Tints of Denim #185DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 63.66%

R = 7.45%
G = 28.88%
B = 63.66%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#185DCD (or 0x185DCD) is known color: Denim. HEX triplet: 18, 5D and CD. RGB value is (24,93,205). Sum of RGB (Red+Green+Blue) = 24+93+205=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 205 (80.47% from 255 or 63.66% from 322); Max value from RGB is 205 - color contains mainly: blue. Hex color #185DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185DCD is #E7A232. Grayscale: #545454. Windows color (decimal): -15180339 or 13458712. OLE color: 13458712.

HSL color Cylindrical-coordinate representation of color #185DCD: hue angle of 217.13º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #185DCD is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 24 93 205 -
CMYK 0.88 0.55 0 0.20
HSL 217.13º 0.79% 0.45% -
HSV(B) 217.13º 0.88% 0.8% -
XYZ 15.31 12.43 59.35 -
YUV 85.14 195.64 84.39 -
System Red Green Blue C M Y K H S L
Decimal 24 93 205 0.88 0.55 0 0.20 217.13 0.79 0.45
Hex 18 5D CD 58 37 0 14 D9 4F 2D
Octal 30 135 315 130 67 0 24 331 117 55
Binary 11000 1011101 11001101 1011000 110111 0 10100 11011001 1001111 101101

Color Harmonies of #185DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185DCD

Black with #185DCD

Text Example


Text Example

White with #185DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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