Html Css Color HEX #0857FA Navy Blue

📋 copy color: '#0857FA'

red 8 ◦ green 87 ◦ blue 250

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

Shades of Navy Blue #0857FA

Tints of Navy Blue #0857FA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.22%

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

R = 2.32%
G = 25.22%
B = 72.46%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0857FA (or 0x0857FA) is known color: Navy Blue. HEX triplet: 08, 57 and FA. RGB value is (8,87,250). Sum of RGB (Red+Green+Blue) = 8+87+250=345 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.32% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 250 (98.05% from 255 or 72.46% from 345); Max value from RGB is 250 - color contains mainly: blue. Hex color #0857FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0857FA is #F7A805. Grayscale: #515151. Windows color (decimal): -16230406 or 16406280. OLE color: 16406280.

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

Color convert

RGB 8 87 250 -
CMYK 0.97 0.65 0 0.02
HSL 220.41º 0.96% 0.51% -
HSV(B) 220.41º 0.97% 0.98% -
XYZ 20.76 13.77 92.01 -
YUV 81.96 222.83 75.25 -
System Red Green Blue C M Y K H S L
Decimal 8 87 250 0.97 0.65 0 0.02 220.41 0.96 0.51
Hex 8 57 FA 61 41 0 2 DC 60 33
Octal 10 127 372 141 101 0 2 334 140 63
Binary 1000 1010111 11111010 1100001 1000001 0 10 11011100 1100000 110011

Color Harmonies of #0857FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0857FA

Black with #0857FA

Text Example


Text Example

White with #0857FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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