Shades of Blue #152BFB
Tints of Blue #152BFB
RGB
CMYK
RGB Variations
Color information
#152BFB (or 0x152BFB) is known color: Blue. HEX triplet: 15, 2B and FB. RGB value is (21,43,251). Sum of RGB (Red+Green+Blue) = 21+43+251=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 251 (98.44% from 255 or 79.68% from 315); Max value from RGB is 251 - color contains mainly: blue. Hex color #152BFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152BFB is #EAD404. Grayscale: #3B3B3B. Windows color (decimal): -15389701 or 16460565. OLE color: 16460565.
HSL color Cylindrical-coordinate representation of color #152BFB: hue angle of 234.26º degrees, saturation: 0.97, 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 #152BFB is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 43 | 251 | - |
| CMYK | 0.92 | 0.83 | 0 | 0.02 |
| HSL | 234.26º | 0.97% | 0.53% | - |
| HSV(B) | 234.26º | 0.92% | 0.98% | - |
| XYZ | 18.59 | 8.85 | 92 | - |
| YUV | 60.13 | 235.71 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 43 | 251 | 0.92 | 0.83 | 0 | 0.02 | 234.26 | 0.97 | 0.53 |
| Hex | 15 | 2B | FB | 5C | 53 | 0 | 2 | EA | 61 | 35 |
| Octal | 25 | 53 | 373 | 134 | 123 | 0 | 2 | 352 | 141 | 65 |
| Binary | 10101 | 101011 | 11111011 | 1011100 | 1010011 | 0 | 10 | 11101010 | 1100001 | 110101 |
Color Harmonies of #152BFB
Complementary color
Monochromatic Colors of #152BFB
Black with #152BFB
Text Example
Text Example
White with #152BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152BFB; }
p { color: rgb(21,43,251); }
H1.HeaderClassName
{
color: #152BFB;
}
.AnyTagClassName
{
color: #152BFB;
}
</style>
background-color css
<style>
a { background-color: #152BFB; }
a { background-color: rgb(21,43,251); }
div.DivClassName
{
background-color: #152BFB;
}
.BgClassName
{
background-color: #152BFB;
}
</style>
border-color css
<style>
span { border-color: #152BFB; }
span { border-color: rgb(21,43,251); }
td.TdClassName
{
border-color: #152BFB;
}
.TagClassName
{
border-color: #152BFB;
}
</style>