Html Css Color HEX #085ABB Denim

📋 copy color: '#085ABB'

red 8 ◦ green 90 ◦ blue 187

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

Shades of Denim #085ABB

Tints of Denim #085ABB

RGB

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

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

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

R = 2.81%
G = 31.58%
B = 65.61%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#085ABB (or 0x085ABB) is known color: Denim. HEX triplet: 08, 5A and BB. RGB value is (8,90,187). Sum of RGB (Red+Green+Blue) = 8+90+187=285 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.81% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 187 (73.44% from 255 or 65.61% from 285); Max value from RGB is 187 - color contains mainly: blue. Hex color #085ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085ABB is #F7A544. Grayscale: #4C4C4C. Windows color (decimal): -16229701 or 12278280. OLE color: 12278280.

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

Color convert

RGB 8 90 187 -
CMYK 0.96 0.52 0 0.27
HSL 212.51º 0.92% 0.38% -
HSV(B) 212.51º 0.96% 0.73% -
XYZ 12.73 10.95 48.46 -
YUV 76.54 190.33 79.11 -
System Red Green Blue C M Y K H S L
Decimal 8 90 187 0.96 0.52 0 0.27 212.51 0.92 0.38
Hex 8 5A BB 60 34 0 1B D5 5C 26
Octal 10 132 273 140 64 0 33 325 134 46
Binary 1000 1011010 10111011 1100000 110100 0 11011 11010101 1011100 100110

Color Harmonies of #085ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085ABB

Black with #085ABB

Text Example


Text Example

White with #085ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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