Html Css Color HEX #185DCE Denim

📋 copy color: '#185DCE'

red 24 ◦ green 93 ◦ blue 206

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

Shades of Denim #185DCE

Tints of Denim #185DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63.78%

R = 7.43%
G = 28.79%
B = 63.78%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#185DCE (or 0x185DCE) is known color: Denim. HEX triplet: 18, 5D and CE. RGB value is (24,93,206). Sum of RGB (Red+Green+Blue) = 24+93+206=323 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.43% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 206 (80.86% from 255 or 63.78% from 323); Max value from RGB is 206 - color contains mainly: blue. Hex color #185DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185DCE is #E7A231. Grayscale: #545454. Windows color (decimal): -15180338 or 13524248. OLE color: 13524248.

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

Color convert

RGB 24 93 206 -
CMYK 0.88 0.55 0 0.19
HSL 217.25º 0.79% 0.45% -
HSV(B) 217.25º 0.88% 0.81% -
XYZ 15.43 12.48 59.99 -
YUV 85.25 196.14 84.31 -
System Red Green Blue C M Y K H S L
Decimal 24 93 206 0.88 0.55 0 0.19 217.25 0.79 0.45
Hex 18 5D CE 58 37 0 13 D9 4F 2D
Octal 30 135 316 130 67 0 23 331 117 55
Binary 11000 1011101 11001110 1011000 110111 0 10011 11011001 1001111 101101

Color Harmonies of #185DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185DCE

Black with #185DCE

Text Example


Text Example

White with #185DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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