#050BC5

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

Shades of Medium Blue #050BC5

Tints of Medium Blue #050BC5

Color information

#050BC5 (or 0x050BC5) is unknown color: approx Medium Blue. HEX triplet: 05, 0B and C5. RGB value is (5,11,197). Sum of RGB (Red+Green+Blue) = 5+11+197=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 197 (77.34% from 255 or 92.49% from 213); Max value from RGB is 197 - color contains mainly: blue. Hex color #050BC5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050BC5 is #FAF43A. Grayscale: #1D1D1D. Windows color (decimal): -16446523 or 12913413. OLE color: 12913413.

HSL color Cylindrical-coordinate representation of color #050BC5: hue angle of 238.12º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050BC5 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB511197-
CMYK0.970.9400.23
HSL238.12º95.05%39.61%-
HSV(B)238.12º97.46%77.25%-
XYZ10.264.353.11-
YUV30.41222.01109.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.35%
GREEN value IS 11 (4.69% from 255) = 5.16%
BLUE value IS 197 (77.34% from 255) = 92.49%
R=2.35%
G=5.16%
B=92.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal5111970.970.9400.23238.1295.0539.61
Hex5BC5615E017ee5f28
Octal51330514113602735613750
Binary10110111100010111000011011110010111111011101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,11,197); }

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

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

 a { background-color: rgb(5,11,197); }

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

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

 span { border-color: rgb(5,11,197); }

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