#084DEE

Color #084DEE Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #084DEE

Tints of Navy Blue #084DEE

Color information

#084DEE (or 0x084DEE) is unknown color: approx Navy Blue. HEX triplet: 08, 4D and EE. RGB value is (8,77,238). Sum of RGB (Red+Green+Blue) = 8+77+238=323 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 238 (93.36% from 255 or 73.68% from 323); Max value from RGB is 238 - color contains mainly: blue. Hex color #084DEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #084DEE is #F7B211. Grayscale: #4A4A4A. Windows color (decimal): -16232978 or 15617288. OLE color: 15617288.

HSL color Cylindrical-coordinate representation of color #084DEE: hue angle of 222º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #084DEE is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB877238-
CMYK0.970.6800.07
HSL222º93.5%48.24%-
HSV(B)222º96.64%93.33%-
XYZ18.1911.5382.16-
YUV74.72220.1480.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.48%
GREEN value IS 77 (30.47% from 255) = 23.84%
BLUE value IS 238 (93.36% from 255) = 73.68%
R=2.48%
G=23.84%
B=73.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal8772380.970.6800.0722293.548.24
Hex84DEE614407de5d30
Octal101153561411040733613560
Binary1000100110111101110110000110001000111110111101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #084DEE;
 }
 .AnyTagClassName
 {
   color: #084DEE;
 }
</style>
background-color css

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

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

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

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

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

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