Html Css Color HEX #084DCC Denim

📋 copy color: '#084DCC'

red 8 ◦ green 77 ◦ blue 204

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

Shades of Denim #084DCC

Tints of Denim #084DCC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.64%

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

R = 2.77%
G = 26.64%
B = 70.59%

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

#084DCC (or 0x084DCC) is known color: Denim. HEX triplet: 08, 4D and CC. RGB value is (8,77,204). Sum of RGB (Red+Green+Blue) = 8+77+204=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 204 (80.08% from 255 or 70.59% from 289); Max value from RGB is 204 - color contains mainly: blue. Hex color #084DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084DCC is #F7B233. Grayscale: #464646. Windows color (decimal): -16233012 or 13389064. OLE color: 13389064.

HSL color Cylindrical-coordinate representation of color #084DCC: hue angle of 218.88º 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 #084DCC is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 8 77 204 -
CMYK 0.96 0.62 0 0.2
HSL 218.88º 0.92% 0.42% -
HSV(B) 218.88º 0.96% 0.8% -
XYZ 13.65 9.72 58.28 -
YUV 70.85 203.14 83.17 -
System Red Green Blue C M Y K H S L
Decimal 8 77 204 0.96 0.62 0 0.2 218.88 0.92 0.42
Hex 8 4D CC 60 3E 0 14 DB 5C 2A
Octal 10 115 314 140 76 0 24 333 134 52
Binary 1000 1001101 11001100 1100000 111110 0 10100 11011011 1011100 101010

Color Harmonies of #084DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084DCC

Black with #084DCC

Text Example


Text Example

White with #084DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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