Html Css Color HEX #084ECC Denim

📋 copy color: '#084ECC'

red 8 ◦ green 78 ◦ blue 204

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

Shades of Denim #084ECC

Tints of Denim #084ECC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.9%

 BLUE value IS 204 (80.08% from 255) = 70.34%

R = 2.76%
G = 26.9%
B = 70.34%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#084ECC (or 0x084ECC) is known color: Denim. HEX triplet: 08, 4E and CC. RGB value is (8,78,204). Sum of RGB (Red+Green+Blue) = 8+78+204=290 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.76% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 204 (80.08% from 255 or 70.34% from 290); Max value from RGB is 204 - color contains mainly: blue. Hex color #084ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084ECC is #F7B133. Grayscale: #464646. Windows color (decimal): -16232756 or 13389320. OLE color: 13389320.

HSL color Cylindrical-coordinate representation of color #084ECC: hue angle of 218.57º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084ECC is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 8 78 204 -
CMYK 0.96 0.62 0 0.2
HSL 218.57º 0.92% 0.42% -
HSV(B) 218.57º 0.96% 0.8% -
XYZ 13.72 9.86 58.31 -
YUV 71.43 202.81 82.75 -
System Red Green Blue C M Y K H S L
Decimal 8 78 204 0.96 0.62 0 0.2 218.57 0.92 0.42
Hex 8 4E CC 60 3E 0 14 DB 5C 2A
Octal 10 116 314 140 76 0 24 333 134 52
Binary 1000 1001110 11001100 1100000 111110 0 10100 11011011 1011100 101010

Color Harmonies of #084ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084ECC

Black with #084ECC

Text Example


Text Example

White with #084ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,78,204); }

 H1.HeaderClassName
 {
   color: #084ECC;
 }
 .AnyTagClassName
 {
   color: #084ECC;
 }
</style>

background-color css

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

 a { background-color: rgb(8,78,204); }

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

border-color css

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

 span { border-color: rgb(8,78,204); }

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