Shades of Blue #1507EF
Tints of Blue #1507EF
RGB
CMYK
RGB Variations
Color information
#1507EF (or 0x1507EF) is known color: Blue. HEX triplet: 15, 07 and EF. RGB value is (21,7,239). Sum of RGB (Red+Green+Blue) = 21+7+239=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 239 (93.75% from 255 or 89.51% from 267); Max value from RGB is 239 - color contains mainly: blue. Hex color #1507EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1507EF is #EAF810. Grayscale: #242424. Windows color (decimal): -15398929 or 15664917. OLE color: 15664917.
HSL color Cylindrical-coordinate representation of color #1507EF: hue angle of 243.62º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1507EF is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 7 | 239 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.06 |
| HSL | 243.62º | 0.94% | 0.48% | - |
| HSV(B) | 243.62º | 0.97% | 0.94% | - |
| XYZ | 15.97 | 6.54 | 82.08 | - |
| YUV | 37.63 | 241.64 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 7 | 239 | 0.91 | 0.97 | 0 | 0.06 | 243.62 | 0.94 | 0.48 |
| Hex | 15 | 7 | EF | 5B | 61 | 0 | 6 | F4 | 5E | 30 |
| Octal | 25 | 7 | 357 | 133 | 141 | 0 | 6 | 364 | 136 | 60 |
| Binary | 10101 | 111 | 11101111 | 1011011 | 1100001 | 0 | 110 | 11110100 | 1011110 | 110000 |
Color Harmonies of #1507EF
Complementary color
Monochromatic Colors of #1507EF
Black with #1507EF
Text Example
Text Example
White with #1507EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1507EF; }
p { color: rgb(21,7,239); }
H1.HeaderClassName
{
color: #1507EF;
}
.AnyTagClassName
{
color: #1507EF;
}
</style>
background-color css
<style>
a { background-color: #1507EF; }
a { background-color: rgb(21,7,239); }
div.DivClassName
{
background-color: #1507EF;
}
.BgClassName
{
background-color: #1507EF;
}
</style>
border-color css
<style>
span { border-color: #1507EF; }
span { border-color: rgb(21,7,239); }
td.TdClassName
{
border-color: #1507EF;
}
.TagClassName
{
border-color: #1507EF;
}
</style>