#0500D1

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

Shades of Medium Blue #0500D1

Tints of Medium Blue #0500D1

Color information

#0500D1 (or 0x0500D1) is unknown color: approx Medium Blue. HEX triplet: 05, 00 and D1. RGB value is (5,0,209). Sum of RGB (Red+Green+Blue) = 5+0+209=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 209 (82.03% from 255 or 97.66% from 214); Max value from RGB is 209 - color contains mainly: blue. Hex color #0500D1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0500D1 is #FAFF2E. Grayscale: #181818. Windows color (decimal): -16449327 or 13697029. OLE color: 13697029.

HSL color Cylindrical-coordinate representation of color #0500D1: hue angle of 241.44º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0500D1 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB50209-
CMYK0.98100.18
HSL241.44º100%40.98%-
HSV(B)241.44º100%81.96%-
XYZ11.574.6460.61-
YUV25.32231.66113.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 209 (82.03% from 255) = 97.66%
R=2.34%
G=0%
B=97.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal502090.98100.18241.4410040.98
Hex50D16264012f16429
Octal5032114214402236114451
Binary10101101000111000101100100010010111100011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0500D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0500D1; }

 p { color: rgb(5,0,209); }

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

<style>
 a { background-color: #0500D1; }

 a { background-color: rgb(5,0,209); }

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

<style>
 span { border-color: #0500D1; }

 span { border-color: rgb(5,0,209); }

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