Html Css Color HEX #084CFE Navy Blue

📋 copy color: '#084CFE'

red 8 ◦ green 76 ◦ blue 254

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

Shades of Navy Blue #084CFE

Tints of Navy Blue #084CFE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.49%

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

R = 2.37%
G = 22.49%
B = 75.15%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#084CFE (or 0x084CFE) is known color: Navy Blue. HEX triplet: 08, 4C and FE. RGB value is (8,76,254). Sum of RGB (Red+Green+Blue) = 8+76+254=338 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 254 (99.61% from 255 or 75.15% from 338); Max value from RGB is 254 - color contains mainly: blue. Hex color #084CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #084CFE is #F7B301. Grayscale: #4B4B4B. Windows color (decimal): -16233218 or 16665608. OLE color: 16665608.

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

Color convert

RGB 8 76 254 -
CMYK 0.97 0.70 0 0.00
HSL 223.41º 0.99% 0.51% -
HSV(B) 223.41º 0.97% 1% -
XYZ 20.57 12.38 95.07 -
YUV 75.96 228.47 79.53 -
System Red Green Blue C M Y K H S L
Decimal 8 76 254 0.97 0.70 0 0.00 223.41 0.99 0.51
Hex 8 4C FE 61 46 0 0 DF 63 33
Octal 10 114 376 141 106 0 0 337 143 63
Binary 1000 1001100 11111110 1100001 1000110 0 0 11011111 1100011 110011

Color Harmonies of #084CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084CFE

Black with #084CFE

Text Example


Text Example

White with #084CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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