#031ED0

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

Shades of Medium Blue #031ED0

Tints of Medium Blue #031ED0

Color information

#031ED0 (or 0x031ED0) is unknown color: approx Medium Blue. HEX triplet: 03, 1E and D0. RGB value is (3,30,208). Sum of RGB (Red+Green+Blue) = 3+30+208=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 208 (81.64% from 255 or 86.31% from 241); Max value from RGB is 208 - color contains mainly: blue. Hex color #031ED0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031ED0 is #FCE12F. Grayscale: #292929. Windows color (decimal): -16572720 or 13639171. OLE color: 13639171.

HSL color Cylindrical-coordinate representation of color #031ED0: hue angle of 232.1º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031ED0 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB330208-
CMYK0.990.8600.18
HSL232.1º97.16%41.37%-
HSV(B)232.1º98.56%81.57%-
XYZ11.895.560.11-
YUV42.22221.55100.03-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.24%
GREEN value IS 30 (12.11% from 255) = 12.45%
BLUE value IS 208 (81.64% from 255) = 86.31%
R=1.24%
G=12.45%
B=86.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal3302080.990.8600.18232.197.1641.37
Hex31ED06356012e86129
Octal33632014312602235014151
Binary11111101101000011000111010110010010111010001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031ED0; }

 p { color: rgb(3,30,208); }

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

<style>
 a { background-color: #031ED0; }

 a { background-color: rgb(3,30,208); }

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

<style>
 span { border-color: #031ED0; }

 span { border-color: rgb(3,30,208); }

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