Html Css Color HEX #0854FD Navy Blue

📋 copy color: '#0854FD'

red 8 ◦ green 84 ◦ blue 253

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

Shades of Navy Blue #0854FD

Tints of Navy Blue #0854FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 73.33%

R = 2.32%
G = 24.35%
B = 73.33%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0854FD (or 0x0854FD) is known color: Navy Blue. HEX triplet: 08, 54 and FD. RGB value is (8,84,253). Sum of RGB (Red+Green+Blue) = 8+84+253=345 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.32% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 253 (99.22% from 255 or 73.33% from 345); Max value from RGB is 253 - color contains mainly: blue. Hex color #0854FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0854FD is #F7AB02. Grayscale: #4F4F4F. Windows color (decimal): -16231171 or 16602120. OLE color: 16602120.

HSL color Cylindrical-coordinate representation of color #0854FD: hue angle of 221.39º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0854FD is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 8 84 253 -
CMYK 0.97 0.67 0 0.01
HSL 221.39º 0.98% 0.51% -
HSV(B) 221.39º 0.97% 0.99% -
XYZ 21 13.48 94.42 -
YUV 80.54 225.32 76.26 -
System Red Green Blue C M Y K H S L
Decimal 8 84 253 0.97 0.67 0 0.01 221.39 0.98 0.51
Hex 8 54 FD 61 43 0 1 DD 62 33
Octal 10 124 375 141 103 0 1 335 142 63
Binary 1000 1010100 11111101 1100001 1000011 0 1 11011101 1100010 110011

Color Harmonies of #0854FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0854FD

Black with #0854FD

Text Example


Text Example

White with #0854FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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