Html Css Color HEX #084EFB Navy Blue

📋 copy color: '#084EFB'

red 8 ◦ green 78 ◦ blue 251

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

Shades of Navy Blue #084EFB

Tints of Navy Blue #084EFB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.15%

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

R = 2.37%
G = 23.15%
B = 74.48%

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

#084EFB (or 0x084EFB) is known color: Navy Blue. HEX triplet: 08, 4E and FB. RGB value is (8,78,251). Sum of RGB (Red+Green+Blue) = 8+78+251=337 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 251 (98.44% from 255 or 74.48% from 337); Max value from RGB is 251 - color contains mainly: blue. Hex color #084EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #084EFB is #F7B104. Grayscale: #4C4C4C. Windows color (decimal): -16232709 or 16469512. OLE color: 16469512.

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

Color convert

RGB 8 78 251 -
CMYK 0.97 0.69 0 0.02
HSL 222.72º 0.97% 0.51% -
HSV(B) 222.72º 0.97% 0.98% -
XYZ 20.24 12.47 92.61 -
YUV 76.79 226.31 78.93 -
System Red Green Blue C M Y K H S L
Decimal 8 78 251 0.97 0.69 0 0.02 222.72 0.97 0.51
Hex 8 4E FB 61 45 0 2 DF 61 33
Octal 10 116 373 141 105 0 2 337 141 63
Binary 1000 1001110 11111011 1100001 1000101 0 10 11011111 1100001 110011

Color Harmonies of #084EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084EFB

Black with #084EFB

Text Example


Text Example

White with #084EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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