Html Css Color HEX #084CCD Denim

📋 copy color: '#084CCD'

red 8 ◦ green 76 ◦ blue 205

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

Shades of Denim #084CCD

Tints of Denim #084CCD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.3%

 BLUE value IS 205 (80.47% from 255) = 70.93%

R = 2.77%
G = 26.3%
B = 70.93%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#084CCD (or 0x084CCD) is known color: Denim. HEX triplet: 08, 4C and CD. RGB value is (8,76,205). Sum of RGB (Red+Green+Blue) = 8+76+205=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 205 (80.47% from 255 or 70.93% from 289); Max value from RGB is 205 - color contains mainly: blue. Hex color #084CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084CCD is #F7B332. Grayscale: #454545. Windows color (decimal): -16233267 or 13454344. OLE color: 13454344.

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

Color convert

RGB 8 76 205 -
CMYK 0.96 0.63 0 0.20
HSL 219.29º 0.92% 0.42% -
HSV(B) 219.29º 0.96% 0.8% -
XYZ 13.7 9.63 58.89 -
YUV 70.37 203.97 83.51 -
System Red Green Blue C M Y K H S L
Decimal 8 76 205 0.96 0.63 0 0.20 219.29 0.92 0.42
Hex 8 4C CD 60 3F 0 14 DB 5C 2A
Octal 10 114 315 140 77 0 24 333 134 52
Binary 1000 1001100 11001101 1100000 111111 0 10100 11011011 1011100 101010

Color Harmonies of #084CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084CCD

Black with #084CCD

Text Example


Text Example

White with #084CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,76,205); }

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

background-color css

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

 a { background-color: rgb(8,76,205); }

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

border-color css

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

 span { border-color: rgb(8,76,205); }

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