Html Css Color HEX #084FFF Navy Blue

📋 copy color: '#084FFF'

red 8 ◦ green 79 ◦ blue 255

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

Shades of Navy Blue #084FFF

Tints of Navy Blue #084FFF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.1%

 BLUE value IS 255 (100% from 255) = 74.56%

R = 2.34%
G = 23.1%
B = 74.56%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#084FFF (or 0x084FFF) is known color: Navy Blue. HEX triplet: 08, 4F and FF. RGB value is (8,79,255). Sum of RGB (Red+Green+Blue) = 8+79+255=342 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.34% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 255 (100% from 255 or 74.56% from 342); Max value from RGB is 255 - color contains mainly: blue. Hex color #084FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #084FFF is #F7B000. Grayscale: #4D4D4D. Windows color (decimal): -16232449 or 16731912. OLE color: 16731912.

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

Color convert

RGB 8 79 255 -
CMYK 0.97 0.69 0 0
HSL 222.75º 1% 0.52% -
HSV(B) 222.75º 0.97% 1% -
XYZ 20.95 12.86 95.99 -
YUV 77.84 227.98 78.19 -
System Red Green Blue C M Y K H S L
Decimal 8 79 255 0.97 0.69 0 0 222.75 1 0.52
Hex 8 4F FF 61 45 0 0 DF 64 34
Octal 10 117 377 141 105 0 0 337 144 64
Binary 1000 1001111 11111111 1100001 1000101 0 0 11011111 1100100 110100

Color Harmonies of #084FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084FFF

Black with #084FFF

Text Example


Text Example

White with #084FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,79,255); }

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

background-color css

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

 a { background-color: rgb(8,79,255); }

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

border-color css

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

 span { border-color: rgb(8,79,255); }

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