Html Css Color HEX #084BCD Denim

📋 copy color: '#084BCD'

red 8 ◦ green 75 ◦ blue 205

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

Shades of Denim #084BCD

Tints of Denim #084BCD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.04%

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

R = 2.78%
G = 26.04%
B = 71.18%

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

#084BCD (or 0x084BCD) is known color: Denim. HEX triplet: 08, 4B and CD. RGB value is (8,75,205). Sum of RGB (Red+Green+Blue) = 8+75+205=288 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.78% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 205 (80.47% from 255 or 71.18% from 288); Max value from RGB is 205 - color contains mainly: blue. Hex color #084BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084BCD is #F7B432. Grayscale: #454545. Windows color (decimal): -16233523 or 13454088. OLE color: 13454088.

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

Color convert

RGB 8 75 205 -
CMYK 0.96 0.63 0 0.20
HSL 219.59º 0.92% 0.42% -
HSV(B) 219.59º 0.96% 0.8% -
XYZ 13.64 9.49 58.87 -
YUV 69.79 204.3 83.93 -
System Red Green Blue C M Y K H S L
Decimal 8 75 205 0.96 0.63 0 0.20 219.59 0.92 0.42
Hex 8 4B CD 60 3F 0 14 DC 5C 2A
Octal 10 113 315 140 77 0 24 334 134 52
Binary 1000 1001011 11001101 1100000 111111 0 10100 11011100 1011100 101010

Color Harmonies of #084BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084BCD

Black with #084BCD

Text Example


Text Example

White with #084BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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