Html Css Color HEX #085FB0 Denim

📋 copy color: '#085FB0'

red 8 ◦ green 95 ◦ blue 176

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

Shades of Denim #085FB0

Tints of Denim #085FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 63.08%

R = 2.87%
G = 34.05%
B = 63.08%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#085FB0 (or 0x085FB0) is known color: Denim. HEX triplet: 08, 5F and B0. RGB value is (8,95,176). Sum of RGB (Red+Green+Blue) = 8+95+176=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 176 (69.14% from 255 or 63.08% from 279); Max value from RGB is 176 - color contains mainly: blue. Hex color #085FB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085FB0 is #F7A04F. Grayscale: #4D4D4D. Windows color (decimal): -16228432 or 11558664. OLE color: 11558664.

HSL color Cylindrical-coordinate representation of color #085FB0: hue angle of 208.93º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085FB0 is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 8 95 176 -
CMYK 0.95 0.46 0 0.31
HSL 208.93º 0.91% 0.36% -
HSV(B) 208.93º 0.95% 0.69% -
XYZ 12.03 11.37 42.64 -
YUV 78.22 183.18 77.91 -
System Red Green Blue C M Y K H S L
Decimal 8 95 176 0.95 0.46 0 0.31 208.93 0.91 0.36
Hex 8 5F B0 5F 2E 0 1F D1 5B 24
Octal 10 137 260 137 56 0 37 321 133 44
Binary 1000 1011111 10110000 1011111 101110 0 11111 11010001 1011011 100100

Color Harmonies of #085FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085FB0

Black with #085FB0

Text Example


Text Example

White with #085FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,95,176); }

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

background-color css

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

 a { background-color: rgb(8,95,176); }

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

border-color css

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

 span { border-color: rgb(8,95,176); }

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