Html Css Color HEX #0854FA Navy Blue

📋 copy color: '#0854FA'

red 8 ◦ green 84 ◦ blue 250

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

Shades of Navy Blue #0854FA

Tints of Navy Blue #0854FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 73.1%

R = 2.34%
G = 24.56%
B = 73.1%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0854FA (or 0x0854FA) is known color: Navy Blue. HEX triplet: 08, 54 and FA. RGB value is (8,84,250). Sum of RGB (Red+Green+Blue) = 8+84+250=342 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.34% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 250 (98.05% from 255 or 73.10% from 342); Max value from RGB is 250 - color contains mainly: blue. Hex color #0854FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0854FA is #F7AB05. Grayscale: #4F4F4F. Windows color (decimal): -16231174 or 16405512. OLE color: 16405512.

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

Color convert

RGB 8 84 250 -
CMYK 0.97 0.66 0 0.02
HSL 221.16º 0.96% 0.51% -
HSV(B) 221.16º 0.97% 0.98% -
XYZ 20.53 13.29 91.93 -
YUV 80.2 223.82 76.5 -
System Red Green Blue C M Y K H S L
Decimal 8 84 250 0.97 0.66 0 0.02 221.16 0.96 0.51
Hex 8 54 FA 61 42 0 2 DD 60 33
Octal 10 124 372 141 102 0 2 335 140 63
Binary 1000 1010100 11111010 1100001 1000010 0 10 11011101 1100000 110011

Color Harmonies of #0854FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0854FA

Black with #0854FA

Text Example


Text Example

White with #0854FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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