Shades of Blue #152BF4
Tints of Blue #152BF4
RGB
CMYK
RGB Variations
Color information
#152BF4 (or 0x152BF4) is known color: Blue. HEX triplet: 15, 2B and F4. RGB value is (21,43,244). Sum of RGB (Red+Green+Blue) = 21+43+244=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 244 (95.70% from 255 or 79.22% from 308); Max value from RGB is 244 - color contains mainly: blue. Hex color #152BF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152BF4 is #EAD40B. Grayscale: #3A3A3A. Windows color (decimal): -15389708 or 16001813. OLE color: 16001813.
HSL color Cylindrical-coordinate representation of color #152BF4: hue angle of 234.08º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152BF4 is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 43 | 244 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.04 |
| HSL | 234.08º | 0.91% | 0.52% | - |
| HSV(B) | 234.08º | 0.91% | 0.96% | - |
| XYZ | 17.5 | 8.42 | 86.29 | - |
| YUV | 59.34 | 232.21 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 43 | 244 | 0.91 | 0.82 | 0 | 0.04 | 234.08 | 0.91 | 0.52 |
| Hex | 15 | 2B | F4 | 5B | 52 | 0 | 4 | EA | 5B | 34 |
| Octal | 25 | 53 | 364 | 133 | 122 | 0 | 4 | 352 | 133 | 64 |
| Binary | 10101 | 101011 | 11110100 | 1011011 | 1010010 | 0 | 100 | 11101010 | 1011011 | 110100 |
Color Harmonies of #152BF4
Complementary color
Monochromatic Colors of #152BF4
Black with #152BF4
Text Example
Text Example
White with #152BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152BF4; }
p { color: rgb(21,43,244); }
H1.HeaderClassName
{
color: #152BF4;
}
.AnyTagClassName
{
color: #152BF4;
}
</style>
background-color css
<style>
a { background-color: #152BF4; }
a { background-color: rgb(21,43,244); }
div.DivClassName
{
background-color: #152BF4;
}
.BgClassName
{
background-color: #152BF4;
}
</style>
border-color css
<style>
span { border-color: #152BF4; }
span { border-color: rgb(21,43,244); }
td.TdClassName
{
border-color: #152BF4;
}
.TagClassName
{
border-color: #152BF4;
}
</style>