Shades of Blue #1500EB
Tints of Blue #1500EB
RGB
CMYK
RGB Variations
Color information
#1500EB (or 0x1500EB) is known color: Blue. HEX triplet: 15, 00 and EB. RGB value is (21,0,235). Sum of RGB (Red+Green+Blue) = 21+0+235=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 235 (92.19% from 255 or 91.80% from 256); Max value from RGB is 235 - color contains mainly: blue. Hex color #1500EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1500EB is #EAFF14. Grayscale: #202020. Windows color (decimal): -15400725 or 15400981. OLE color: 15400981.
HSL color Cylindrical-coordinate representation of color #1500EB: hue angle of 245.36º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1500EB is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 0 | 235 | - |
| CMYK | 0.91 | 1 | 0 | 0.08 |
| HSL | 245.36º | 1% | 0.46% | - |
| HSV(B) | 245.36º | 1% | 0.92% | - |
| XYZ | 15.3 | 6.16 | 78.98 | - |
| YUV | 33.07 | 241.96 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 235 | 0.91 | 1 | 0 | 0.08 | 245.36 | 1 | 0.46 |
| Hex | 15 | 0 | EB | 5B | 64 | 0 | 8 | F5 | 64 | 2E |
| Octal | 25 | 0 | 353 | 133 | 144 | 0 | 10 | 365 | 144 | 56 |
| Binary | 10101 | 0 | 11101011 | 1011011 | 1100100 | 0 | 1000 | 11110101 | 1100100 | 101110 |
Color Harmonies of #1500EB
Complementary color
Monochromatic Colors of #1500EB
Black with #1500EB
Text Example
Text Example
White with #1500EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1500EB; }
p { color: rgb(21,0,235); }
H1.HeaderClassName
{
color: #1500EB;
}
.AnyTagClassName
{
color: #1500EB;
}
</style>
background-color css
<style>
a { background-color: #1500EB; }
a { background-color: rgb(21,0,235); }
div.DivClassName
{
background-color: #1500EB;
}
.BgClassName
{
background-color: #1500EB;
}
</style>
border-color css
<style>
span { border-color: #1500EB; }
span { border-color: rgb(21,0,235); }
td.TdClassName
{
border-color: #1500EB;
}
.TagClassName
{
border-color: #1500EB;
}
</style>