Html Css Color HEX #084BDE Navy Blue

📋 copy color: '#084BDE'

red 8 ◦ green 75 ◦ blue 222

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

Shades of Navy Blue #084BDE

Tints of Navy Blue #084BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 72.79%

R = 2.62%
G = 24.59%
B = 72.79%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#084BDE (or 0x084BDE) is known color: Navy Blue. HEX triplet: 08, 4B and DE. RGB value is (8,75,222). Sum of RGB (Red+Green+Blue) = 8+75+222=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 222 (87.11% from 255 or 72.79% from 305); Max value from RGB is 222 - color contains mainly: blue. Hex color #084BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084BDE is #F7B421. Grayscale: #474747. Windows color (decimal): -16233506 or 14568200. OLE color: 14568200.

HSL color Cylindrical-coordinate representation of color #084BDE: hue angle of 221.21º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084BDE is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 75 222 -
CMYK 0.96 0.66 0 0.13
HSL 221.22º 0.93% 0.45% -
HSV(B) 221.22º 0.96% 0.87% -
XYZ 15.8 10.36 70.27 -
YUV 71.73 212.8 82.55 -
System Red Green Blue C M Y K H S L
Decimal 8 75 222 0.96 0.66 0 0.13 221.22 0.93 0.45
Hex 8 4B DE 60 42 0 D DD 5D 2D
Octal 10 113 336 140 102 0 15 335 135 55
Binary 1000 1001011 11011110 1100000 1000010 0 1101 11011101 1011101 101101

Color Harmonies of #084BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084BDE

Black with #084BDE

Text Example


Text Example

White with #084BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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