#151ED7

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

Shades of Medium Blue #151ED7

Tints of Medium Blue #151ED7

Color information

#151ED7 (or 0x151ED7) is unknown color: approx Medium Blue. HEX triplet: 15, 1E and D7. RGB value is (21,30,215). Sum of RGB (Red+Green+Blue) = 21+30+215=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 215 (84.38% from 255 or 80.83% from 266); Max value from RGB is 215 - color contains mainly: blue. Hex color #151ED7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151ED7 is #EAE128. Grayscale: #2F2F2F. Windows color (decimal): -15393065 or 14097941. OLE color: 14097941.

HSL color Cylindrical-coordinate representation of color #151ED7: hue angle of 237.22º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #151ED7 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2130215-
CMYK0.900.8600.16
HSL237.22º82.2%46.27%-
HSV(B)237.22º90.23%84.31%-
XYZ13.045.9964.76-
YUV48.4222.02108.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.89%
GREEN value IS 30 (12.11% from 255) = 11.28%
BLUE value IS 215 (84.38% from 255) = 80.83%
R=7.89%
G=11.28%
B=80.83%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21302150.900.8600.16237.2282.246.27
Hex151ED75A56010ed522e
Octal253632713212602035512256
Binary10101111101101011110110101010110010000111011011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151ED7; }

 p { color: rgb(21,30,215); }

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

<style>
 a { background-color: #151ED7; }

 a { background-color: rgb(21,30,215); }

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

<style>
 span { border-color: #151ED7; }

 span { border-color: rgb(21,30,215); }

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