Shades of Blue #1501EF
Tints of Blue #1501EF
RGB
CMYK
RGB Variations
Color information
#1501EF (or 0x1501EF) is known color: Blue. HEX triplet: 15, 01 and EF. RGB value is (21,1,239). Sum of RGB (Red+Green+Blue) = 21+1+239=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 239 (93.75% from 255 or 91.57% from 261); Max value from RGB is 239 - color contains mainly: blue. Hex color #1501EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1501EF is #EAFE10. Grayscale: #212121. Windows color (decimal): -15400465 or 15663381. OLE color: 15663381.
HSL color Cylindrical-coordinate representation of color #1501EF: hue angle of 245.04º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1501EF is Cyan = 0.91, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 1 | 239 | - |
| CMYK | 0.91 | 1.00 | 0 | 0.06 |
| HSL | 245.04º | 0.99% | 0.47% | - |
| HSV(B) | 245.04º | 1% | 0.94% | - |
| XYZ | 15.9 | 6.41 | 82.06 | - |
| YUV | 34.11 | 243.63 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 239 | 0.91 | 1.00 | 0 | 0.06 | 245.04 | 0.99 | 0.47 |
| Hex | 15 | 1 | EF | 5B | 64 | 0 | 6 | F5 | 63 | 2F |
| Octal | 25 | 1 | 357 | 133 | 144 | 0 | 6 | 365 | 143 | 57 |
| Binary | 10101 | 1 | 11101111 | 1011011 | 1100100 | 0 | 110 | 11110101 | 1100011 | 101111 |
Color Harmonies of #1501EF
Complementary color
Monochromatic Colors of #1501EF
Black with #1501EF
Text Example
Text Example
White with #1501EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1501EF; }
p { color: rgb(21,1,239); }
H1.HeaderClassName
{
color: #1501EF;
}
.AnyTagClassName
{
color: #1501EF;
}
</style>
background-color css
<style>
a { background-color: #1501EF; }
a { background-color: rgb(21,1,239); }
div.DivClassName
{
background-color: #1501EF;
}
.BgClassName
{
background-color: #1501EF;
}
</style>
border-color css
<style>
span { border-color: #1501EF; }
span { border-color: rgb(21,1,239); }
td.TdClassName
{
border-color: #1501EF;
}
.TagClassName
{
border-color: #1501EF;
}
</style>