Html Css Color HEX #085EB4 Denim

📋 copy color: '#085EB4'

red 8 ◦ green 94 ◦ blue 180

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

Shades of Denim #085EB4

Tints of Denim #085EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 63.83%

R = 2.84%
G = 33.33%
B = 63.83%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#085EB4 (or 0x085EB4) is known color: Denim. HEX triplet: 08, 5E and B4. RGB value is (8,94,180). Sum of RGB (Red+Green+Blue) = 8+94+180=282 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.84% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 180 (70.70% from 255 or 63.83% from 282); Max value from RGB is 180 - color contains mainly: blue. Hex color #085EB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085EB4 is #F7A14B. Grayscale: #4D4D4D. Windows color (decimal): -16228684 or 11820552. OLE color: 11820552.

HSL color Cylindrical-coordinate representation of color #085EB4: hue angle of 210º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085EB4 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 8 94 180 -
CMYK 0.96 0.48 0 0.29
HSL 210º 0.91% 0.37% -
HSV(B) 210º 0.96% 0.71% -
XYZ 12.34 11.35 44.72 -
YUV 78.09 185.51 78.01 -
System Red Green Blue C M Y K H S L
Decimal 8 94 180 0.96 0.48 0 0.29 210 0.91 0.37
Hex 8 5E B4 60 30 0 1D D2 5B 25
Octal 10 136 264 140 60 0 35 322 133 45
Binary 1000 1011110 10110100 1100000 110000 0 11101 11010010 1011011 100101

Color Harmonies of #085EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085EB4

Black with #085EB4

Text Example


Text Example

White with #085EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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