Html Css Color HEX #085EBC Denim

📋 copy color: '#085EBC'

red 8 ◦ green 94 ◦ blue 188

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

Shades of Denim #085EBC

Tints of Denim #085EBC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.41%

 BLUE value IS 188 (73.83% from 255) = 64.83%

R = 2.76%
G = 32.41%
B = 64.83%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#085EBC (or 0x085EBC) is known color: Denim. HEX triplet: 08, 5E and BC. RGB value is (8,94,188). Sum of RGB (Red+Green+Blue) = 8+94+188=290 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.76% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 188 (73.83% from 255 or 64.83% from 290); Max value from RGB is 188 - color contains mainly: blue. Hex color #085EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085EBC is #F7A143. Grayscale: #4E4E4E. Windows color (decimal): -16228676 or 12344840. OLE color: 12344840.

HSL color Cylindrical-coordinate representation of color #085EBC: hue angle of 211.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085EBC is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 94 188 -
CMYK 0.96 0.50 0 0.26
HSL 211.33º 0.92% 0.38% -
HSV(B) 211.33º 0.96% 0.74% -
XYZ 13.18 11.69 49.14 -
YUV 79 189.51 77.36 -
System Red Green Blue C M Y K H S L
Decimal 8 94 188 0.96 0.50 0 0.26 211.33 0.92 0.38
Hex 8 5E BC 60 32 0 1A D3 5C 26
Octal 10 136 274 140 62 0 32 323 134 46
Binary 1000 1011110 10111100 1100000 110010 0 11010 11010011 1011100 100110

Color Harmonies of #085EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085EBC

Black with #085EBC

Text Example


Text Example

White with #085EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,94,188); }

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

background-color css

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

 a { background-color: rgb(8,94,188); }

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

border-color css

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

 span { border-color: rgb(8,94,188); }

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