Html Css Color HEX #085EBB Denim

📋 copy color: '#085EBB'

red 8 ◦ green 94 ◦ blue 187

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

Shades of Denim #085EBB

Tints of Denim #085EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 64.71%

R = 2.77%
G = 32.53%
B = 64.71%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#085EBB (or 0x085EBB) is known color: Denim. HEX triplet: 08, 5E and BB. RGB value is (8,94,187). Sum of RGB (Red+Green+Blue) = 8+94+187=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 187 (73.44% from 255 or 64.71% from 289); Max value from RGB is 187 - color contains mainly: blue. Hex color #085EBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085EBB is #F7A144. Grayscale: #4E4E4E. Windows color (decimal): -16228677 or 12279304. OLE color: 12279304.

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

Color convert

RGB 8 94 187 -
CMYK 0.96 0.50 0 0.27
HSL 211.17º 0.92% 0.38% -
HSV(B) 211.17º 0.96% 0.73% -
XYZ 13.07 11.64 48.57 -
YUV 78.89 189.01 77.44 -
System Red Green Blue C M Y K H S L
Decimal 8 94 187 0.96 0.50 0 0.27 211.17 0.92 0.38
Hex 8 5E BB 60 32 0 1B D3 5C 26
Octal 10 136 273 140 62 0 33 323 134 46
Binary 1000 1011110 10111011 1100000 110010 0 11011 11010011 1011100 100110

Color Harmonies of #085EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085EBB

Black with #085EBB

Text Example


Text Example

White with #085EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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