Shades of Blue #152FF1
Tints of Blue #152FF1
RGB
CMYK
RGB Variations
Color information
#152FF1 (or 0x152FF1) is known color: Blue. HEX triplet: 15, 2F and F1. RGB value is (21,47,241). Sum of RGB (Red+Green+Blue) = 21+47+241=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 241 (94.53% from 255 or 77.99% from 309); Max value from RGB is 241 - color contains mainly: blue. Hex color #152FF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152FF1 is #EAD00E. Grayscale: #3C3C3C. Windows color (decimal): -15388687 or 15806229. OLE color: 15806229.
HSL color Cylindrical-coordinate representation of color #152FF1: hue angle of 232.91º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152FF1 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 47 | 241 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.05 |
| HSL | 232.91º | 0.89% | 0.51% | - |
| HSV(B) | 232.91º | 0.91% | 0.95% | - |
| XYZ | 17.2 | 8.54 | 83.96 | - |
| YUV | 61.34 | 229.39 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 47 | 241 | 0.91 | 0.80 | 0 | 0.05 | 232.91 | 0.89 | 0.51 |
| Hex | 15 | 2F | F1 | 5B | 50 | 0 | 5 | E9 | 59 | 33 |
| Octal | 25 | 57 | 361 | 133 | 120 | 0 | 5 | 351 | 131 | 63 |
| Binary | 10101 | 101111 | 11110001 | 1011011 | 1010000 | 0 | 101 | 11101001 | 1011001 | 110011 |
Color Harmonies of #152FF1
Complementary color
Monochromatic Colors of #152FF1
Black with #152FF1
Text Example
Text Example
White with #152FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152FF1; }
p { color: rgb(21,47,241); }
H1.HeaderClassName
{
color: #152FF1;
}
.AnyTagClassName
{
color: #152FF1;
}
</style>
background-color css
<style>
a { background-color: #152FF1; }
a { background-color: rgb(21,47,241); }
div.DivClassName
{
background-color: #152FF1;
}
.BgClassName
{
background-color: #152FF1;
}
</style>
border-color css
<style>
span { border-color: #152FF1; }
span { border-color: rgb(21,47,241); }
td.TdClassName
{
border-color: #152FF1;
}
.TagClassName
{
border-color: #152FF1;
}
</style>