#085CC3

Color #085CC3 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #085CC3

Tints of Denim #085CC3

Color information

#085CC3 (or 0x085CC3) is unknown color: approx Denim. HEX triplet: 08, 5C and C3. RGB value is (8,92,195). Sum of RGB (Red+Green+Blue) = 8+92+195=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 195 (76.56% from 255 or 66.10% from 295); Max value from RGB is 195 - color contains mainly: blue. Hex color #085CC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085CC3 is #F7A33C. Grayscale: #4E4E4E. Windows color (decimal): -16229181 or 12803080. OLE color: 12803080.

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

Color convert

RGB892195-
CMYK0.960.5300.24
HSL213.05º92.12%39.8%-
HSV(B)213.05º95.9%76.47%-
XYZ13.7811.6553.15-
YUV78.63193.6777.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.71%
GREEN value IS 92 (36.33% from 255) = 31.19%
BLUE value IS 195 (76.56% from 255) = 66.10%
R=2.71%
G=31.19%
B=66.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal8921950.960.5300.24213.0592.1239.8
Hex85CC36035018d55c28
Octal101343031406503032513450
Binary10001011100110000111100000110101011000110101011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,92,195); }

 H1.HeaderClassName
 {
   color: #085CC3;
 }
 .AnyTagClassName
 {
   color: #085CC3;
 }
</style>
background-color css

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

 a { background-color: rgb(8,92,195); }

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

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

 span { border-color: rgb(8,92,195); }

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