Shades of Blue #152DF0
Tints of Blue #152DF0
RGB
CMYK
RGB Variations
Color information
#152DF0 (or 0x152DF0) is known color: Blue. HEX triplet: 15, 2D and F0. RGB value is (21,45,240). Sum of RGB (Red+Green+Blue) = 21+45+240=306 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.86% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 240 (94.14% from 255 or 78.43% from 306); Max value from RGB is 240 - color contains mainly: blue. Hex color #152DF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152DF0 is #EAD20F. Grayscale: #3B3B3B. Windows color (decimal): -15389200 or 15740181. OLE color: 15740181.
HSL color Cylindrical-coordinate representation of color #152DF0: hue angle of 233.42º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152DF0 is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 45 | 240 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.06 |
| HSL | 233.42º | 0.88% | 0.51% | - |
| HSV(B) | 233.42º | 0.91% | 0.94% | - |
| XYZ | 16.98 | 8.33 | 83.15 | - |
| YUV | 60.05 | 229.55 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 240 | 0.91 | 0.81 | 0 | 0.06 | 233.42 | 0.88 | 0.51 |
| Hex | 15 | 2D | F0 | 5B | 51 | 0 | 6 | E9 | 58 | 33 |
| Octal | 25 | 55 | 360 | 133 | 121 | 0 | 6 | 351 | 130 | 63 |
| Binary | 10101 | 101101 | 11110000 | 1011011 | 1010001 | 0 | 110 | 11101001 | 1011000 | 110011 |
Color Harmonies of #152DF0
Complementary color
Monochromatic Colors of #152DF0
Black with #152DF0
Text Example
Text Example
White with #152DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152DF0; }
p { color: rgb(21,45,240); }
H1.HeaderClassName
{
color: #152DF0;
}
.AnyTagClassName
{
color: #152DF0;
}
</style>
background-color css
<style>
a { background-color: #152DF0; }
a { background-color: rgb(21,45,240); }
div.DivClassName
{
background-color: #152DF0;
}
.BgClassName
{
background-color: #152DF0;
}
</style>
border-color css
<style>
span { border-color: #152DF0; }
span { border-color: rgb(21,45,240); }
td.TdClassName
{
border-color: #152DF0;
}
.TagClassName
{
border-color: #152DF0;
}
</style>