Html Css Color HEX #085DB7 Denim

📋 copy color: '#085DB7'

red 8 ◦ green 93 ◦ blue 183

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

Shades of Denim #085DB7

Tints of Denim #085DB7

RGB

 RED value IS 8 (3.52% from 255) = 2.82%

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

 BLUE value IS 183 (71.88% from 255) = 64.44%

R = 2.82%
G = 32.75%
B = 64.44%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#085DB7 (or 0x085DB7) is known color: Denim. HEX triplet: 08, 5D and B7. RGB value is (8,93,183). Sum of RGB (Red+Green+Blue) = 8+93+183=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 183 (71.88% from 255 or 64.44% from 284); Max value from RGB is 183 - color contains mainly: blue. Hex color #085DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085DB7 is #F7A248. Grayscale: #4D4D4D. Windows color (decimal): -16228937 or 12016904. OLE color: 12016904.

HSL color Cylindrical-coordinate representation of color #085DB7: hue angle of 210.86º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085DB7 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 8 93 183 -
CMYK 0.96 0.49 0 0.28
HSL 210.86º 0.92% 0.37% -
HSV(B) 210.86º 0.96% 0.72% -
XYZ 12.56 11.3 46.32 -
YUV 77.85 187.34 78.18 -
System Red Green Blue C M Y K H S L
Decimal 8 93 183 0.96 0.49 0 0.28 210.86 0.92 0.37
Hex 8 5D B7 60 31 0 1C D3 5C 25
Octal 10 135 267 140 61 0 34 323 134 45
Binary 1000 1011101 10110111 1100000 110001 0 11100 11010011 1011100 100101

Color Harmonies of #085DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085DB7

Black with #085DB7

Text Example


Text Example

White with #085DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085DB7; }

 p { color: rgb(8,93,183); }

 H1.HeaderClassName
 {
   color: #085DB7;
 }
 .AnyTagClassName
 {
   color: #085DB7;
 }
</style>

background-color css

<style>
 a { background-color: #085DB7; }

 a { background-color: rgb(8,93,183); }

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

border-color css

<style>
 span { border-color: #085DB7; }

 span { border-color: rgb(8,93,183); }

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