Shades of Blue #1500EF
Tints of Blue #1500EF
RGB
CMYK
RGB Variations
Color information
#1500EF (or 0x1500EF) is known color: Blue. HEX triplet: 15, 00 and EF. RGB value is (21,0,239). Sum of RGB (Red+Green+Blue) = 21+0+239=260 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.08% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 239 (93.75% from 255 or 91.92% from 260); Max value from RGB is 239 - color contains mainly: blue. Hex color #1500EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1500EF is #EAFF10. Grayscale: #202020. Windows color (decimal): -15400721 or 15663125. OLE color: 15663125.
HSL color Cylindrical-coordinate representation of color #1500EF: hue angle of 245.27º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1500EF is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 0 | 239 | - |
| CMYK | 0.91 | 1 | 0 | 0.06 |
| HSL | 245.27º | 1% | 0.47% | - |
| HSV(B) | 245.27º | 1% | 0.94% | - |
| XYZ | 15.89 | 6.39 | 82.06 | - |
| YUV | 33.53 | 243.96 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 239 | 0.91 | 1 | 0 | 0.06 | 245.27 | 1 | 0.47 |
| Hex | 15 | 0 | EF | 5B | 64 | 0 | 6 | F5 | 64 | 2F |
| Octal | 25 | 0 | 357 | 133 | 144 | 0 | 6 | 365 | 144 | 57 |
| Binary | 10101 | 0 | 11101111 | 1011011 | 1100100 | 0 | 110 | 11110101 | 1100100 | 101111 |
Color Harmonies of #1500EF
Complementary color
Monochromatic Colors of #1500EF
Black with #1500EF
Text Example
Text Example
White with #1500EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1500EF; }
p { color: rgb(21,0,239); }
H1.HeaderClassName
{
color: #1500EF;
}
.AnyTagClassName
{
color: #1500EF;
}
</style>
background-color css
<style>
a { background-color: #1500EF; }
a { background-color: rgb(21,0,239); }
div.DivClassName
{
background-color: #1500EF;
}
.BgClassName
{
background-color: #1500EF;
}
</style>
border-color css
<style>
span { border-color: #1500EF; }
span { border-color: rgb(21,0,239); }
td.TdClassName
{
border-color: #1500EF;
}
.TagClassName
{
border-color: #1500EF;
}
</style>