Html Css Color HEX #085EBF Denim

📋 copy color: '#085EBF'

red 8 ◦ green 94 ◦ blue 191

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

Shades of Denim #085EBF

Tints of Denim #085EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 65.19%

R = 2.73%
G = 32.08%
B = 65.19%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#085EBF (or 0x085EBF) is known color: Denim. HEX triplet: 08, 5E and BF. RGB value is (8,94,191). Sum of RGB (Red+Green+Blue) = 8+94+191=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 191 (75% from 255 or 65.19% from 293); Max value from RGB is 191 - color contains mainly: blue. Hex color #085EBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085EBF is #F7A140. Grayscale: #4E4E4E. Windows color (decimal): -16228673 or 12541448. OLE color: 12541448.

HSL color Cylindrical-coordinate representation of color #085EBF: hue angle of 211.8º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085EBF is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 94 191 -
CMYK 0.96 0.51 0 0.25
HSL 211.8º 0.92% 0.39% -
HSV(B) 211.8º 0.96% 0.75% -
XYZ 13.51 11.82 50.86 -
YUV 79.34 191.01 77.11 -
System Red Green Blue C M Y K H S L
Decimal 8 94 191 0.96 0.51 0 0.25 211.8 0.92 0.39
Hex 8 5E BF 60 33 0 19 D4 5C 27
Octal 10 136 277 140 63 0 31 324 134 47
Binary 1000 1011110 10111111 1100000 110011 0 11001 11010100 1011100 100111

Color Harmonies of #085EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085EBF

Black with #085EBF

Text Example


Text Example

White with #085EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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