#084FC0

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

Shades of Denim #084FC0

Tints of Denim #084FC0

Color information

#084FC0 (or 0x084FC0) is unknown color: approx Denim. HEX triplet: 08, 4F and C0. RGB value is (8,79,192). Sum of RGB (Red+Green+Blue) = 8+79+192=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 192 (75.39% from 255 or 68.82% from 279); Max value from RGB is 192 - color contains mainly: blue. Hex color #084FC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084FC0 is #F7B03F. Grayscale: #464646. Windows color (decimal): -16232512 or 12603144. OLE color: 12603144.

HSL color Cylindrical-coordinate representation of color #084FC0: hue angle of 216.85º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084FC0 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB879192-
CMYK0.960.5900.25
HSL216.85º92%39.22%-
HSV(B)216.85º95.83%75.29%-
XYZ12.419.4551.04-
YUV70.65196.4883.31-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.87%
GREEN value IS 79 (31.25% from 255) = 28.32%
BLUE value IS 192 (75.39% from 255) = 68.82%
R=2.87%
G=28.32%
B=68.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal8791920.960.5900.25216.859239.22
Hex84FC0603B019d95c27
Octal101173001407303133113447
Binary10001001111110000001100000111011011001110110011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084FC0; }

 p { color: rgb(8,79,192); }

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

<style>
 a { background-color: #084FC0; }

 a { background-color: rgb(8,79,192); }

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

<style>
 span { border-color: #084FC0; }

 span { border-color: rgb(8,79,192); }

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