Html Css Color HEX #084DFB Navy Blue

📋 copy color: '#084DFB'

red 8 ◦ green 77 ◦ blue 251

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

Shades of Navy Blue #084DFB

Tints of Navy Blue #084DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.92%

 BLUE value IS 251 (98.44% from 255) = 74.7%

R = 2.38%
G = 22.92%
B = 74.7%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#084DFB (or 0x084DFB) is known color: Navy Blue. HEX triplet: 08, 4D and FB. RGB value is (8,77,251). Sum of RGB (Red+Green+Blue) = 8+77+251=336 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.38% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 251 (98.44% from 255 or 74.70% from 336); Max value from RGB is 251 - color contains mainly: blue. Hex color #084DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #084DFB is #F7B204. Grayscale: #4B4B4B. Windows color (decimal): -16232965 or 16469256. OLE color: 16469256.

HSL color Cylindrical-coordinate representation of color #084DFB: hue angle of 222.96º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #084DFB is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 8 77 251 -
CMYK 0.97 0.69 0 0.02
HSL 222.96º 0.97% 0.51% -
HSV(B) 222.96º 0.97% 0.98% -
XYZ 20.17 12.32 92.58 -
YUV 76.21 226.64 79.35 -
System Red Green Blue C M Y K H S L
Decimal 8 77 251 0.97 0.69 0 0.02 222.96 0.97 0.51
Hex 8 4D FB 61 45 0 2 DF 61 33
Octal 10 115 373 141 105 0 2 337 141 63
Binary 1000 1001101 11111011 1100001 1000101 0 10 11011111 1100001 110011

Color Harmonies of #084DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084DFB

Black with #084DFB

Text Example


Text Example

White with #084DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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