Html Css Color HEX #185FD2 Denim

📋 copy color: '#185FD2'

red 24 ◦ green 95 ◦ blue 210

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

Shades of Denim #185FD2

Tints of Denim #185FD2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.88%

 BLUE value IS 210 (82.42% from 255) = 63.83%

R = 7.29%
G = 28.88%
B = 63.83%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#185FD2 (or 0x185FD2) is known color: Denim. HEX triplet: 18, 5F and D2. RGB value is (24,95,210). Sum of RGB (Red+Green+Blue) = 24+95+210=329 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.29% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 210 (82.42% from 255 or 63.83% from 329); Max value from RGB is 210 - color contains mainly: blue. Hex color #185FD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185FD2 is #E7A02D. Grayscale: #565656. Windows color (decimal): -15179822 or 13786904. OLE color: 13786904.

HSL color Cylindrical-coordinate representation of color #185FD2: hue angle of 217.1º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #185FD2 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 24 95 210 -
CMYK 0.89 0.55 0 0.18
HSL 217.1º 0.79% 0.46% -
HSV(B) 217.1º 0.89% 0.82% -
XYZ 16.1 13.03 62.64 -
YUV 86.88 197.48 83.15 -
System Red Green Blue C M Y K H S L
Decimal 24 95 210 0.89 0.55 0 0.18 217.1 0.79 0.46
Hex 18 5F D2 59 37 0 12 D9 4F 2E
Octal 30 137 322 131 67 0 22 331 117 56
Binary 11000 1011111 11010010 1011001 110111 0 10010 11011001 1001111 101110

Color Harmonies of #185FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185FD2

Black with #185FD2

Text Example


Text Example

White with #185FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,95,210); }

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

background-color css

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

 a { background-color: rgb(24,95,210); }

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

border-color css

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

 span { border-color: rgb(24,95,210); }

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