Html Css Color HEX #0858FB Navy Blue

📋 copy color: '#0858FB'

red 8 ◦ green 88 ◦ blue 251

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

Shades of Navy Blue #0858FB

Tints of Navy Blue #0858FB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.36%

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

R = 2.31%
G = 25.36%
B = 72.33%

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

#0858FB (or 0x0858FB) is known color: Navy Blue. HEX triplet: 08, 58 and FB. RGB value is (8,88,251). Sum of RGB (Red+Green+Blue) = 8+88+251=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 251 (98.44% from 255 or 72.33% from 347); Max value from RGB is 251 - color contains mainly: blue. Hex color #0858FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0858FB is #F7A704. Grayscale: #515151. Windows color (decimal): -16230149 or 16472072. OLE color: 16472072.

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

Color convert

RGB 8 88 251 -
CMYK 0.97 0.65 0 0.02
HSL 220.25º 0.97% 0.51% -
HSV(B) 220.25º 0.97% 0.98% -
XYZ 21 14 92.86 -
YUV 82.66 223 74.75 -
System Red Green Blue C M Y K H S L
Decimal 8 88 251 0.97 0.65 0 0.02 220.25 0.97 0.51
Hex 8 58 FB 61 41 0 2 DC 61 33
Octal 10 130 373 141 101 0 2 334 141 63
Binary 1000 1011000 11111011 1100001 1000001 0 10 11011100 1100001 110011

Color Harmonies of #0858FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0858FB

Black with #0858FB

Text Example


Text Example

White with #0858FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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