Html Css Color HEX #0854FB Navy Blue

📋 copy color: '#0854FB'

red 8 ◦ green 84 ◦ blue 251

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

Shades of Navy Blue #0854FB

Tints of Navy Blue #0854FB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.49%

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

R = 2.33%
G = 24.49%
B = 73.18%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0854FB (or 0x0854FB) is known color: Navy Blue. HEX triplet: 08, 54 and FB. RGB value is (8,84,251). Sum of RGB (Red+Green+Blue) = 8+84+251=343 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 251 (98.44% from 255 or 73.18% from 343); Max value from RGB is 251 - color contains mainly: blue. Hex color #0854FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0854FB is #F7AB04. Grayscale: #4F4F4F. Windows color (decimal): -16231173 or 16471048. OLE color: 16471048.

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

Color convert

RGB 8 84 251 -
CMYK 0.97 0.67 0 0.02
HSL 221.23º 0.97% 0.51% -
HSV(B) 221.23º 0.97% 0.98% -
XYZ 20.68 13.36 92.75 -
YUV 80.31 224.32 76.42 -
System Red Green Blue C M Y K H S L
Decimal 8 84 251 0.97 0.67 0 0.02 221.23 0.97 0.51
Hex 8 54 FB 61 43 0 2 DD 61 33
Octal 10 124 373 141 103 0 2 335 141 63
Binary 1000 1010100 11111011 1100001 1000011 0 10 11011101 1100001 110011

Color Harmonies of #0854FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0854FB

Black with #0854FB

Text Example


Text Example

White with #0854FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0854FB; }

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

 H1.HeaderClassName
 {
   color: #0854FB;
 }
 .AnyTagClassName
 {
   color: #0854FB;
 }
</style>

background-color css

<style>
 a { background-color: #0854FB; }

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

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

border-color css

<style>
 span { border-color: #0854FB; }

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

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