Html Css Color HEX #085DC2 Denim

📋 copy color: '#085DC2'

red 8 ◦ green 93 ◦ blue 194

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

Shades of Denim #085DC2

Tints of Denim #085DC2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.53%

 BLUE value IS 194 (76.17% from 255) = 65.76%

R = 2.71%
G = 31.53%
B = 65.76%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#085DC2 (or 0x085DC2) is known color: Denim. HEX triplet: 08, 5D and C2. RGB value is (8,93,194). Sum of RGB (Red+Green+Blue) = 8+93+194=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 194 (76.17% from 255 or 65.76% from 295); Max value from RGB is 194 - color contains mainly: blue. Hex color #085DC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085DC2 is #F7A23D. Grayscale: #4E4E4E. Windows color (decimal): -16228926 or 12737800. OLE color: 12737800.

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

Color convert

RGB 8 93 194 -
CMYK 0.96 0.52 0 0.24
HSL 212.58º 0.92% 0.4% -
HSV(B) 212.58º 0.96% 0.76% -
XYZ 13.75 11.78 52.59 -
YUV 79.1 192.84 77.29 -
System Red Green Blue C M Y K H S L
Decimal 8 93 194 0.96 0.52 0 0.24 212.58 0.92 0.4
Hex 8 5D C2 60 34 0 18 D5 5C 28
Octal 10 135 302 140 64 0 30 325 134 50
Binary 1000 1011101 11000010 1100000 110100 0 11000 11010101 1011100 101000

Color Harmonies of #085DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085DC2

Black with #085DC2

Text Example


Text Example

White with #085DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,93,194); }

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

background-color css

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

 a { background-color: rgb(8,93,194); }

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

border-color css

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

 span { border-color: rgb(8,93,194); }

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