#1503BF

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

Shades of Medium Blue #1503BF

Tints of Medium Blue #1503BF

Color information

#1503BF (or 0x1503BF) is unknown color: approx Medium Blue. HEX triplet: 15, 03 and BF. RGB value is (21,3,191). Sum of RGB (Red+Green+Blue) = 21+3+191=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 191 (75% from 255 or 88.84% from 215); Max value from RGB is 191 - color contains mainly: blue. Hex color #1503BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1503BF is #EAFC40. Grayscale: #1D1D1D. Windows color (decimal): -15400001 or 12518165. OLE color: 12518165.

HSL color Cylindrical-coordinate representation of color #1503BF: hue angle of 245.74º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1503BF is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB213191-
CMYK0.890.9800.25
HSL245.74º96.91%38.04%-
HSV(B)245.74º98.43%74.9%-
XYZ9.753.9949.55-
YUV29.81218.96121.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.77%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 191 (75% from 255) = 88.84%
R=9.77%
G=1.40%
B=88.84%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2131910.890.9800.25245.7496.9138.04
Hex153BF5962019f66126
Octal25327713114203136614146
Binary10101111011111110110011100010011001111101101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1503BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1503BF; }

 p { color: rgb(21,3,191); }

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

<style>
 a { background-color: #1503BF; }

 a { background-color: rgb(21,3,191); }

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

<style>
 span { border-color: #1503BF; }

 span { border-color: rgb(21,3,191); }

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