Html Css Color HEX #185FD7 Denim

📋 copy color: '#185FD7'

red 24 ◦ green 95 ◦ blue 215

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

Shades of Denim #185FD7

Tints of Denim #185FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 64.37%

R = 7.19%
G = 28.44%
B = 64.37%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#185FD7 (or 0x185FD7) is known color: Denim. HEX triplet: 18, 5F and D7. RGB value is (24,95,215). Sum of RGB (Red+Green+Blue) = 24+95+215=334 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.19% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 215 (84.38% from 255 or 64.37% from 334); Max value from RGB is 215 - color contains mainly: blue. Hex color #185FD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185FD7 is #E7A028. Grayscale: #565656. Windows color (decimal): -15179817 or 14114584. OLE color: 14114584.

HSL color Cylindrical-coordinate representation of color #185FD7: hue angle of 217.7º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #185FD7 is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 24 95 215 -
CMYK 0.89 0.56 0 0.16
HSL 217.7º 0.8% 0.47% -
HSV(B) 217.7º 0.89% 0.84% -
XYZ 16.73 13.28 65.97 -
YUV 87.45 199.98 82.74 -
System Red Green Blue C M Y K H S L
Decimal 24 95 215 0.89 0.56 0 0.16 217.7 0.8 0.47
Hex 18 5F D7 59 38 0 10 DA 50 2F
Octal 30 137 327 131 70 0 20 332 120 57
Binary 11000 1011111 11010111 1011001 111000 0 10000 11011010 1010000 101111

Color Harmonies of #185FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185FD7

Black with #185FD7

Text Example


Text Example

White with #185FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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