Html Css Color HEX #084AFB Navy Blue

📋 copy color: '#084AFB'

red 8 ◦ green 74 ◦ blue 251

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

Shades of Navy Blue #084AFB

Tints of Navy Blue #084AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.22%

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

R = 2.4%
G = 22.22%
B = 75.38%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#084AFB (or 0x084AFB) is known color: Navy Blue. HEX triplet: 08, 4A and FB. RGB value is (8,74,251). Sum of RGB (Red+Green+Blue) = 8+74+251=333 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 251 (98.44% from 255 or 75.38% from 333); Max value from RGB is 251 - color contains mainly: blue. Hex color #084AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #084AFB is #F7B504. Grayscale: #494949. Windows color (decimal): -16233733 or 16468488. OLE color: 16468488.

HSL color Cylindrical-coordinate representation of color #084AFB: hue angle of 223.7º 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 #084AFB is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 8 74 251 -
CMYK 0.97 0.71 0 0.02
HSL 223.7º 0.97% 0.51% -
HSV(B) 223.7º 0.97% 0.98% -
XYZ 19.96 11.91 92.51 -
YUV 74.44 227.63 80.61 -
System Red Green Blue C M Y K H S L
Decimal 8 74 251 0.97 0.71 0 0.02 223.7 0.97 0.51
Hex 8 4A FB 61 47 0 2 E0 61 33
Octal 10 112 373 141 107 0 2 340 141 63
Binary 1000 1001010 11111011 1100001 1000111 0 10 11100000 1100001 110011

Color Harmonies of #084AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084AFB

Black with #084AFB

Text Example


Text Example

White with #084AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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