#084DEF

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

Shades of Navy Blue #084DEF

Tints of Navy Blue #084DEF

Color information

#084DEF (or 0x084DEF) is unknown color: approx Navy Blue. HEX triplet: 08, 4D and EF. RGB value is (8,77,239). Sum of RGB (Red+Green+Blue) = 8+77+239=324 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.47% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 239 (93.75% from 255 or 73.77% from 324); Max value from RGB is 239 - color contains mainly: blue. Hex color #084DEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #084DEF is #F7B210. Grayscale: #4A4A4A. Windows color (decimal): -16232977 or 15682824. OLE color: 15682824.

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

Color convert

RGB877239-
CMYK0.970.6800.06
HSL222.08º93.52%48.43%-
HSV(B)222.08º96.65%93.73%-
XYZ18.3311.5982.93-
YUV74.84220.6480.33-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.47%
GREEN value IS 77 (30.47% from 255) = 23.77%
BLUE value IS 239 (93.75% from 255) = 73.77%
R=2.47%
G=23.77%
B=73.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal8772390.970.6800.06222.0893.5248.43
Hex84DEF614406de5e30
Octal101153571411040633613660
Binary1000100110111101111110000110001000110110111101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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