#050ABC

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

Shades of Medium Blue #050ABC

Tints of Medium Blue #050ABC

Color information

#050ABC (or 0x050ABC) is unknown color: approx Medium Blue. HEX triplet: 05, 0A and BC. RGB value is (5,10,188). Sum of RGB (Red+Green+Blue) = 5+10+188=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 188 (73.83% from 255 or 92.61% from 203); Max value from RGB is 188 - color contains mainly: blue. Hex color #050ABC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050ABC is #FAF543. Grayscale: #1C1C1C. Windows color (decimal): -16446788 or 12323333. OLE color: 12323333.

HSL color Cylindrical-coordinate representation of color #050ABC: hue angle of 238.36º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050ABC is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB510188-
CMYK0.970.9500.26
HSL238.36º94.82%37.84%-
HSV(B)238.36º97.34%73.73%-
XYZ9.253.8847.84-
YUV28.8217.84111.03-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.46%
GREEN value IS 10 (4.30% from 255) = 4.93%
BLUE value IS 188 (73.83% from 255) = 92.61%
R=2.46%
G=4.93%
B=92.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal5101880.970.9500.26238.3694.8237.84
Hex5ABC615F01Aee5f26
Octal51227414113703235613746
Binary10110101011110011000011011111011010111011101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,10,188); }

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

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

 a { background-color: rgb(5,10,188); }

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

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

 span { border-color: rgb(5,10,188); }

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