Shades of Blue #152CFA
Tints of Blue #152CFA
RGB
CMYK
RGB Variations
Color information
#152CFA (or 0x152CFA) is known color: Blue. HEX triplet: 15, 2C and FA. RGB value is (21,44,250). Sum of RGB (Red+Green+Blue) = 21+44+250=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 250 (98.05% from 255 or 79.37% from 315); Max value from RGB is 250 - color contains mainly: blue. Hex color #152CFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152CFA is #EAD305. Grayscale: #3B3B3B. Windows color (decimal): -15389446 or 16395285. OLE color: 16395285.
HSL color Cylindrical-coordinate representation of color #152CFA: hue angle of 233.97º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #152CFA is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 44 | 250 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.02 |
| HSL | 233.97º | 0.96% | 0.53% | - |
| HSV(B) | 233.97º | 0.92% | 0.98% | - |
| XYZ | 18.47 | 8.86 | 91.18 | - |
| YUV | 60.61 | 234.88 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 250 | 0.92 | 0.82 | 0 | 0.02 | 233.97 | 0.96 | 0.53 |
| Hex | 15 | 2C | FA | 5C | 52 | 0 | 2 | EA | 60 | 35 |
| Octal | 25 | 54 | 372 | 134 | 122 | 0 | 2 | 352 | 140 | 65 |
| Binary | 10101 | 101100 | 11111010 | 1011100 | 1010010 | 0 | 10 | 11101010 | 1100000 | 110101 |
Color Harmonies of #152CFA
Complementary color
Monochromatic Colors of #152CFA
Black with #152CFA
Text Example
Text Example
White with #152CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152CFA; }
p { color: rgb(21,44,250); }
H1.HeaderClassName
{
color: #152CFA;
}
.AnyTagClassName
{
color: #152CFA;
}
</style>
background-color css
<style>
a { background-color: #152CFA; }
a { background-color: rgb(21,44,250); }
div.DivClassName
{
background-color: #152CFA;
}
.BgClassName
{
background-color: #152CFA;
}
</style>
border-color css
<style>
span { border-color: #152CFA; }
span { border-color: rgb(21,44,250); }
td.TdClassName
{
border-color: #152CFA;
}
.TagClassName
{
border-color: #152CFA;
}
</style>