Html Css Color HEX #084BDD Navy Blue

📋 copy color: '#084BDD'

red 8 ◦ green 75 ◦ blue 221

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

Shades of Navy Blue #084BDD

Tints of Navy Blue #084BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 72.7%

R = 2.63%
G = 24.67%
B = 72.7%

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

#084BDD (or 0x084BDD) is known color: Navy Blue. HEX triplet: 08, 4B and DD. RGB value is (8,75,221). Sum of RGB (Red+Green+Blue) = 8+75+221=304 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.63% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 221 (86.72% from 255 or 72.70% from 304); Max value from RGB is 221 - color contains mainly: blue. Hex color #084BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084BDD is #F7B422. Grayscale: #464646. Windows color (decimal): -16233507 or 14502664. OLE color: 14502664.

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

Color convert

RGB 8 75 221 -
CMYK 0.96 0.66 0 0.13
HSL 221.13º 0.93% 0.45% -
HSV(B) 221.13º 0.96% 0.87% -
XYZ 15.67 10.3 69.57 -
YUV 71.61 212.3 82.63 -
System Red Green Blue C M Y K H S L
Decimal 8 75 221 0.96 0.66 0 0.13 221.13 0.93 0.45
Hex 8 4B DD 60 42 0 D DD 5D 2D
Octal 10 113 335 140 102 0 15 335 135 55
Binary 1000 1001011 11011101 1100000 1000010 0 1101 11011101 1011101 101101

Color Harmonies of #084BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084BDD

Black with #084BDD

Text Example


Text Example

White with #084BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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