Shades of Blue #152AF7
Tints of Blue #152AF7
RGB
CMYK
RGB Variations
Color information
#152AF7 (or 0x152AF7) is known color: Blue. HEX triplet: 15, 2A and F7. RGB value is (21,42,247). Sum of RGB (Red+Green+Blue) = 21+42+247=310 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.77% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 247 (96.88% from 255 or 79.68% from 310); Max value from RGB is 247 - color contains mainly: blue. Hex color #152AF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152AF7 is #EAD508. Grayscale: #3A3A3A. Windows color (decimal): -15389961 or 16198165. OLE color: 16198165.
HSL color Cylindrical-coordinate representation of color #152AF7: hue angle of 234.42º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152AF7 is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 21 | 42 | 247 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.03 |
| HSL | 234.42º | 0.93% | 0.53% | - |
| HSV(B) | 234.42º | 0.91% | 0.97% | - |
| XYZ | 17.93 | 8.53 | 88.7 | - |
| YUV | 59.09 | 234.04 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 247 | 0.91 | 0.83 | 0 | 0.03 | 234.42 | 0.93 | 0.53 |
| Hex | 15 | 2A | F7 | 5B | 53 | 0 | 3 | EA | 5D | 35 |
| Octal | 25 | 52 | 367 | 133 | 123 | 0 | 3 | 352 | 135 | 65 |
| Binary | 10101 | 101010 | 11110111 | 1011011 | 1010011 | 0 | 11 | 11101010 | 1011101 | 110101 |
Color Harmonies of #152AF7
Complementary color
Monochromatic Colors of #152AF7
Black with #152AF7
Text Example
Text Example
White with #152AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152AF7; }
p { color: rgb(21,42,247); }
H1.HeaderClassName
{
color: #152AF7;
}
.AnyTagClassName
{
color: #152AF7;
}
</style>
background-color css
<style>
a { background-color: #152AF7; }
a { background-color: rgb(21,42,247); }
div.DivClassName
{
background-color: #152AF7;
}
.BgClassName
{
background-color: #152AF7;
}
</style>
border-color css
<style>
span { border-color: #152AF7; }
span { border-color: rgb(21,42,247); }
td.TdClassName
{
border-color: #152AF7;
}
.TagClassName
{
border-color: #152AF7;
}
</style>