Html Css Color HEX #085AC4 Denim

📋 copy color: '#085AC4'

red 8 ◦ green 90 ◦ blue 196

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

Shades of Denim #085AC4

Tints of Denim #085AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 66.67%

R = 2.72%
G = 30.61%
B = 66.67%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#085AC4 (or 0x085AC4) is known color: Denim. HEX triplet: 08, 5A and C4. RGB value is (8,90,196). Sum of RGB (Red+Green+Blue) = 8+90+196=294 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.72% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 196 (76.95% from 255 or 66.67% from 294); Max value from RGB is 196 - color contains mainly: blue. Hex color #085AC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085AC4 is #F7A53B. Grayscale: #4D4D4D. Windows color (decimal): -16229692 or 12868104. OLE color: 12868104.

HSL color Cylindrical-coordinate representation of color #085AC4: hue angle of 213.83º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085AC4 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 8 90 196 -
CMYK 0.96 0.54 0 0.23
HSL 213.83º 0.92% 0.4% -
HSV(B) 213.83º 0.96% 0.77% -
XYZ 13.72 11.35 53.69 -
YUV 77.57 194.83 78.38 -
System Red Green Blue C M Y K H S L
Decimal 8 90 196 0.96 0.54 0 0.23 213.83 0.92 0.4
Hex 8 5A C4 60 36 0 17 D6 5C 28
Octal 10 132 304 140 66 0 27 326 134 50
Binary 1000 1011010 11000100 1100000 110110 0 10111 11010110 1011100 101000

Color Harmonies of #085AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085AC4

Black with #085AC4

Text Example


Text Example

White with #085AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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