Html Css Color HEX #084BCC Denim

📋 copy color: '#084BCC'

red 8 ◦ green 75 ◦ blue 204

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

Shades of Denim #084BCC

Tints of Denim #084BCC

RGB

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

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

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

R = 2.79%
G = 26.13%
B = 71.08%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#084BCC (or 0x084BCC) is known color: Denim. HEX triplet: 08, 4B and CC. RGB value is (8,75,204). Sum of RGB (Red+Green+Blue) = 8+75+204=287 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.79% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #084BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084BCC is #F7B433. Grayscale: #454545. Windows color (decimal): -16233524 or 13388552. OLE color: 13388552.

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

Color convert

RGB 8 75 204 -
CMYK 0.96 0.63 0 0.2
HSL 219.49º 0.92% 0.42% -
HSV(B) 219.49º 0.96% 0.8% -
XYZ 13.52 9.44 58.24 -
YUV 69.67 203.8 84.01 -
System Red Green Blue C M Y K H S L
Decimal 8 75 204 0.96 0.63 0 0.2 219.49 0.92 0.42
Hex 8 4B CC 60 3F 0 14 DB 5C 2A
Octal 10 113 314 140 77 0 24 333 134 52
Binary 1000 1001011 11001100 1100000 111111 0 10100 11011011 1011100 101010

Color Harmonies of #084BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084BCC

Black with #084BCC

Text Example


Text Example

White with #084BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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