Html Css Color HEX #084BCE Denim

📋 copy color: '#084BCE'

red 8 ◦ green 75 ◦ blue 206

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

Shades of Denim #084BCE

Tints of Denim #084BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 71.28%

R = 2.77%
G = 25.95%
B = 71.28%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#084BCE (or 0x084BCE) is known color: Denim. HEX triplet: 08, 4B and CE. RGB value is (8,75,206). Sum of RGB (Red+Green+Blue) = 8+75+206=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #084BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084BCE is #F7B431. Grayscale: #454545. Windows color (decimal): -16233522 or 13519624. OLE color: 13519624.

HSL color Cylindrical-coordinate representation of color #084BCE: hue angle of 219.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084BCE is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 75 206 -
CMYK 0.96 0.64 0 0.19
HSL 219.7º 0.93% 0.42% -
HSV(B) 219.7º 0.96% 0.81% -
XYZ 13.76 9.54 59.51 -
YUV 69.9 204.8 83.85 -
System Red Green Blue C M Y K H S L
Decimal 8 75 206 0.96 0.64 0 0.19 219.7 0.93 0.42
Hex 8 4B CE 60 40 0 13 DC 5D 2A
Octal 10 113 316 140 100 0 23 334 135 52
Binary 1000 1001011 11001110 1100000 1000000 0 10011 11011100 1011101 101010

Color Harmonies of #084BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084BCE

Black with #084BCE

Text Example


Text Example

White with #084BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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