Html Css Color HEX #085ABC Denim

📋 copy color: '#085ABC'

red 8 ◦ green 90 ◦ blue 188

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

Shades of Denim #085ABC

Tints of Denim #085ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.47%

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

R = 2.8%
G = 31.47%
B = 65.73%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#085ABC (or 0x085ABC) is known color: Denim. HEX triplet: 08, 5A and BC. RGB value is (8,90,188). Sum of RGB (Red+Green+Blue) = 8+90+188=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #085ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085ABC is #F7A543. Grayscale: #4C4C4C. Windows color (decimal): -16229700 or 12343816. OLE color: 12343816.

HSL color Cylindrical-coordinate representation of color #085ABC: hue angle of 212.67º 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 #085ABC is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 90 188 -
CMYK 0.96 0.52 0 0.26
HSL 212.67º 0.92% 0.38% -
HSV(B) 212.67º 0.96% 0.74% -
XYZ 12.83 10.99 49.02 -
YUV 76.65 190.83 79.03 -
System Red Green Blue C M Y K H S L
Decimal 8 90 188 0.96 0.52 0 0.26 212.67 0.92 0.38
Hex 8 5A BC 60 34 0 1A D5 5C 26
Octal 10 132 274 140 64 0 32 325 134 46
Binary 1000 1011010 10111100 1100000 110100 0 11010 11010101 1011100 100110

Color Harmonies of #085ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085ABC

Black with #085ABC

Text Example


Text Example

White with #085ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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