Shades of Blue #152CF0
Tints of Blue #152CF0
RGB
CMYK
RGB Variations
Color information
#152CF0 (or 0x152CF0) is known color: Blue. HEX triplet: 15, 2C and F0. RGB value is (21,44,240). Sum of RGB (Red+Green+Blue) = 21+44+240=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 240 (94.14% from 255 or 78.69% from 305); Max value from RGB is 240 - color contains mainly: blue. Hex color #152CF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152CF0 is #EAD30F. Grayscale: #3A3A3A. Windows color (decimal): -15389456 or 15739925. OLE color: 15739925.
HSL color Cylindrical-coordinate representation of color #152CF0: hue angle of 233.7º 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 #152CF0 is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 44 | 240 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.06 |
| HSL | 233.7º | 0.88% | 0.51% | - |
| HSV(B) | 233.7º | 0.91% | 0.94% | - |
| XYZ | 16.94 | 8.25 | 83.14 | - |
| YUV | 59.47 | 229.88 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 240 | 0.91 | 0.82 | 0 | 0.06 | 233.7 | 0.88 | 0.51 |
| Hex | 15 | 2C | F0 | 5B | 52 | 0 | 6 | EA | 58 | 33 |
| Octal | 25 | 54 | 360 | 133 | 122 | 0 | 6 | 352 | 130 | 63 |
| Binary | 10101 | 101100 | 11110000 | 1011011 | 1010010 | 0 | 110 | 11101010 | 1011000 | 110011 |
Color Harmonies of #152CF0
Complementary color
Monochromatic Colors of #152CF0
Black with #152CF0
Text Example
Text Example
White with #152CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152CF0; }
p { color: rgb(21,44,240); }
H1.HeaderClassName
{
color: #152CF0;
}
.AnyTagClassName
{
color: #152CF0;
}
</style>
background-color css
<style>
a { background-color: #152CF0; }
a { background-color: rgb(21,44,240); }
div.DivClassName
{
background-color: #152CF0;
}
.BgClassName
{
background-color: #152CF0;
}
</style>
border-color css
<style>
span { border-color: #152CF0; }
span { border-color: rgb(21,44,240); }
td.TdClassName
{
border-color: #152CF0;
}
.TagClassName
{
border-color: #152CF0;
}
</style>