Html Css Color HEX #084FFE Navy Blue

📋 copy color: '#084FFE'

red 8 ◦ green 79 ◦ blue 254

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

Shades of Navy Blue #084FFE

Tints of Navy Blue #084FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 74.49%

R = 2.35%
G = 23.17%
B = 74.49%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#084FFE (or 0x084FFE) is known color: Navy Blue. HEX triplet: 08, 4F and FE. RGB value is (8,79,254). Sum of RGB (Red+Green+Blue) = 8+79+254=341 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 254 (99.61% from 255 or 74.49% from 341); Max value from RGB is 254 - color contains mainly: blue. Hex color #084FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #084FFE is #F7B001. Grayscale: #4C4C4C. Windows color (decimal): -16232450 or 16666376. OLE color: 16666376.

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

Color convert

RGB 8 79 254 -
CMYK 0.97 0.69 0 0.00
HSL 222.68º 0.99% 0.51% -
HSV(B) 222.68º 0.97% 1% -
XYZ 20.79 12.8 95.14 -
YUV 77.72 227.48 78.27 -
System Red Green Blue C M Y K H S L
Decimal 8 79 254 0.97 0.69 0 0.00 222.68 0.99 0.51
Hex 8 4F FE 61 45 0 0 DF 63 33
Octal 10 117 376 141 105 0 0 337 143 63
Binary 1000 1001111 11111110 1100001 1000101 0 0 11011111 1100011 110011

Color Harmonies of #084FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084FFE

Black with #084FFE

Text Example


Text Example

White with #084FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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