#050FB8

Color #050FB8 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #050FB8

Tints of Medium Blue #050FB8

Color information

#050FB8 (or 0x050FB8) is unknown color: approx Medium Blue. HEX triplet: 05, 0F and B8. RGB value is (5,15,184). Sum of RGB (Red+Green+Blue) = 5+15+184=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 15 (6.25% from 255 or 7.35% from 204); Blue value is 184 (72.27% from 255 or 90.20% from 204); Max value from RGB is 184 - color contains mainly: blue. Hex color #050FB8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050FB8 is #FAF047. Grayscale: #1E1E1E. Windows color (decimal): -16445512 or 12062469. OLE color: 12062469.

HSL color Cylindrical-coordinate representation of color #050FB8: hue angle of 236.65º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050FB8 is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB515184-
CMYK0.970.9200.28
HSL236.65º94.71%37.06%-
HSV(B)236.65º97.28%72.16%-
XYZ8.893.8345.62-
YUV31.28214.19109.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.45%
GREEN value IS 15 (6.25% from 255) = 7.35%
BLUE value IS 184 (72.27% from 255) = 90.20%
R=2.45%
G=7.35%
B=90.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal5151840.970.9200.28236.6594.7137.06
Hex5FB8615C01Ced5f25
Octal51727014113403435513745
Binary10111111011100011000011011100011100111011011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050FB8; }

 p { color: rgb(5,15,184); }

 H1.HeaderClassName
 {
   color: #050FB8;
 }
 .AnyTagClassName
 {
   color: #050FB8;
 }
</style>
background-color css

<style>
 a { background-color: #050FB8; }

 a { background-color: rgb(5,15,184); }

 div.DivClassName
 {
   background-color: #050FB8;
 }
 .BgClassName
 {
   background-color: #050FB8;
 }
</style>
border-color css

<style>
 span { border-color: #050FB8; }

 span { border-color: rgb(5,15,184); }

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