Shades of Blue #152EF1
Tints of Blue #152EF1
RGB
CMYK
RGB Variations
Color information
#152EF1 (or 0x152EF1) is known color: Blue. HEX triplet: 15, 2E and F1. RGB value is (21,46,241). Sum of RGB (Red+Green+Blue) = 21+46+241=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 241 (94.53% from 255 or 78.25% from 308); Max value from RGB is 241 - color contains mainly: blue. Hex color #152EF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152EF1 is #EAD10E. Grayscale: #3B3B3B. Windows color (decimal): -15388943 or 15805973. OLE color: 15805973.
HSL color Cylindrical-coordinate representation of color #152EF1: hue angle of 233.18º 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 #152EF1 is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 46 | 241 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.05 |
| HSL | 233.18º | 0.89% | 0.51% | - |
| HSV(B) | 233.18º | 0.91% | 0.95% | - |
| XYZ | 17.16 | 8.46 | 83.95 | - |
| YUV | 60.76 | 229.72 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 46 | 241 | 0.91 | 0.81 | 0 | 0.05 | 233.18 | 0.89 | 0.51 |
| Hex | 15 | 2E | F1 | 5B | 51 | 0 | 5 | E9 | 59 | 33 |
| Octal | 25 | 56 | 361 | 133 | 121 | 0 | 5 | 351 | 131 | 63 |
| Binary | 10101 | 101110 | 11110001 | 1011011 | 1010001 | 0 | 101 | 11101001 | 1011001 | 110011 |
Color Harmonies of #152EF1
Complementary color
Monochromatic Colors of #152EF1
Black with #152EF1
Text Example
Text Example
White with #152EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152EF1; }
p { color: rgb(21,46,241); }
H1.HeaderClassName
{
color: #152EF1;
}
.AnyTagClassName
{
color: #152EF1;
}
</style>
background-color css
<style>
a { background-color: #152EF1; }
a { background-color: rgb(21,46,241); }
div.DivClassName
{
background-color: #152EF1;
}
.BgClassName
{
background-color: #152EF1;
}
</style>
border-color css
<style>
span { border-color: #152EF1; }
span { border-color: rgb(21,46,241); }
td.TdClassName
{
border-color: #152EF1;
}
.TagClassName
{
border-color: #152EF1;
}
</style>