Html Css Color HEX #085FC2 Denim

📋 copy color: '#085FC2'

red 8 ◦ green 95 ◦ blue 194

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

Shades of Denim #085FC2

Tints of Denim #085FC2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.99%

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

R = 2.69%
G = 31.99%
B = 65.32%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#085FC2 (or 0x085FC2) is known color: Denim. HEX triplet: 08, 5F and C2. RGB value is (8,95,194). Sum of RGB (Red+Green+Blue) = 8+95+194=297 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.69% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 194 (76.17% from 255 or 65.32% from 297); Max value from RGB is 194 - color contains mainly: blue. Hex color #085FC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085FC2 is #F7A03D. Grayscale: #4F4F4F. Windows color (decimal): -16228414 or 12738312. OLE color: 12738312.

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

Color convert

RGB 8 95 194 -
CMYK 0.96 0.51 0 0.24
HSL 211.94º 0.92% 0.4% -
HSV(B) 211.94º 0.96% 0.76% -
XYZ 13.93 12.13 52.65 -
YUV 80.27 192.18 76.45 -
System Red Green Blue C M Y K H S L
Decimal 8 95 194 0.96 0.51 0 0.24 211.94 0.92 0.4
Hex 8 5F C2 60 33 0 18 D4 5C 28
Octal 10 137 302 140 63 0 30 324 134 50
Binary 1000 1011111 11000010 1100000 110011 0 11000 11010100 1011100 101000

Color Harmonies of #085FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085FC2

Black with #085FC2

Text Example


Text Example

White with #085FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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