Shades of Blue #152DF1
Tints of Blue #152DF1
RGB
CMYK
RGB Variations
Color information
#152DF1 (or 0x152DF1) is known color: Blue. HEX triplet: 15, 2D and F1. RGB value is (21,45,241). Sum of RGB (Red+Green+Blue) = 21+45+241=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 241 (94.53% from 255 or 78.50% from 307); Max value from RGB is 241 - color contains mainly: blue. Hex color #152DF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152DF1 is #EAD20E. Grayscale: #3B3B3B. Windows color (decimal): -15389199 or 15805717. OLE color: 15805717.
HSL color Cylindrical-coordinate representation of color #152DF1: hue angle of 233.45º 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 #152DF1 is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 45 | 241 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.05 |
| HSL | 233.45º | 0.89% | 0.51% | - |
| HSV(B) | 233.45º | 0.91% | 0.95% | - |
| XYZ | 17.12 | 8.39 | 83.94 | - |
| YUV | 60.17 | 230.05 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 241 | 0.91 | 0.81 | 0 | 0.05 | 233.45 | 0.89 | 0.51 |
| Hex | 15 | 2D | F1 | 5B | 51 | 0 | 5 | E9 | 59 | 33 |
| Octal | 25 | 55 | 361 | 133 | 121 | 0 | 5 | 351 | 131 | 63 |
| Binary | 10101 | 101101 | 11110001 | 1011011 | 1010001 | 0 | 101 | 11101001 | 1011001 | 110011 |
Color Harmonies of #152DF1
Complementary color
Monochromatic Colors of #152DF1
Black with #152DF1
Text Example
Text Example
White with #152DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152DF1; }
p { color: rgb(21,45,241); }
H1.HeaderClassName
{
color: #152DF1;
}
.AnyTagClassName
{
color: #152DF1;
}
</style>
background-color css
<style>
a { background-color: #152DF1; }
a { background-color: rgb(21,45,241); }
div.DivClassName
{
background-color: #152DF1;
}
.BgClassName
{
background-color: #152DF1;
}
</style>
border-color css
<style>
span { border-color: #152DF1; }
span { border-color: rgb(21,45,241); }
td.TdClassName
{
border-color: #152DF1;
}
.TagClassName
{
border-color: #152DF1;
}
</style>