Shades of Blue #152DF2
Tints of Blue #152DF2
RGB
CMYK
RGB Variations
Color information
#152DF2 (or 0x152DF2) is known color: Blue. HEX triplet: 15, 2D and F2. RGB value is (21,45,242). Sum of RGB (Red+Green+Blue) = 21+45+242=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 242 (94.92% from 255 or 78.57% from 308); Max value from RGB is 242 - color contains mainly: blue. Hex color #152DF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152DF2 is #EAD20D. Grayscale: #3B3B3B. Windows color (decimal): -15389198 or 15871253. OLE color: 15871253.
HSL color Cylindrical-coordinate representation of color #152DF2: hue angle of 233.48º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152DF2 is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 45 | 242 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.05 |
| HSL | 233.48º | 0.89% | 0.52% | - |
| HSV(B) | 233.48º | 0.91% | 0.95% | - |
| XYZ | 17.27 | 8.45 | 84.72 | - |
| YUV | 60.28 | 230.55 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 242 | 0.91 | 0.81 | 0 | 0.05 | 233.48 | 0.89 | 0.52 |
| Hex | 15 | 2D | F2 | 5B | 51 | 0 | 5 | E9 | 59 | 34 |
| Octal | 25 | 55 | 362 | 133 | 121 | 0 | 5 | 351 | 131 | 64 |
| Binary | 10101 | 101101 | 11110010 | 1011011 | 1010001 | 0 | 101 | 11101001 | 1011001 | 110100 |
Color Harmonies of #152DF2
Complementary color
Monochromatic Colors of #152DF2
Black with #152DF2
Text Example
Text Example
White with #152DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152DF2; }
p { color: rgb(21,45,242); }
H1.HeaderClassName
{
color: #152DF2;
}
.AnyTagClassName
{
color: #152DF2;
}
</style>
background-color css
<style>
a { background-color: #152DF2; }
a { background-color: rgb(21,45,242); }
div.DivClassName
{
background-color: #152DF2;
}
.BgClassName
{
background-color: #152DF2;
}
</style>
border-color css
<style>
span { border-color: #152DF2; }
span { border-color: rgb(21,45,242); }
td.TdClassName
{
border-color: #152DF2;
}
.TagClassName
{
border-color: #152DF2;
}
</style>