#1500ed

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

Shades of Blue #1500ED

Tints of Blue #1500ED

Color information

#1500ED (or 0x1500ED) is unknown color: approx Blue. HEX triplet: 15, 00 and ED. RGB value is (21,0,237). Sum of RGB (Red+Green+Blue) = 21+0+237=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 237 (92.97% from 255 or 91.86% from 258); Max value from RGB is 237 - color contains mainly: blue. Hex color #1500ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1500ED is #EAFF12. Grayscale: #202020. Windows color (decimal): -15400723 or 15532053. OLE color: 15532053.

HSL color Cylindrical-coordinate representation of color #1500ED: hue angle of 245.32º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1500ED is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210237-
CMYK0.91100.07
HSL245.32º100%46.47%-
HSV(B)245.32º100%92.94%-
XYZ15.66.2780.51-
YUV33.3242.96119.23-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 237 (92.97% from 255) = 91.86%
R=8.14%
G=0%
B=91.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102370.91100.07245.3210046.47
Hex150ED5B6407f5642e
Octal2503551331440736514456
Binary10101011101101101101111001000111111101011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1500ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1500ed; }

 p { color: rgb(21,0,237); }

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

<style>
 a { background-color: #1500ed; }

 a { background-color: rgb(21,0,237); }

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

<style>
 span { border-color: #1500ed; }

 span { border-color: rgb(21,0,237); }

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