Shades of Blue #152DFB
Tints of Blue #152DFB
RGB
CMYK
RGB Variations
Color information
#152DFB (or 0x152DFB) is known color: Blue. HEX triplet: 15, 2D and FB. RGB value is (21,45,251). Sum of RGB (Red+Green+Blue) = 21+45+251=317 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.62% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 251 (98.44% from 255 or 79.18% from 317); Max value from RGB is 251 - color contains mainly: blue. Hex color #152DFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152DFB is #EAD204. Grayscale: #3C3C3C. Windows color (decimal): -15389189 or 16461077. OLE color: 16461077.
HSL color Cylindrical-coordinate representation of color #152DFB: hue angle of 233.74º 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 #152DFB is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 45 | 251 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.02 |
| HSL | 233.74º | 0.97% | 0.53% | - |
| HSV(B) | 233.74º | 0.92% | 0.98% | - |
| XYZ | 18.66 | 9 | 92.02 | - |
| YUV | 61.31 | 235.05 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 251 | 0.92 | 0.82 | 0 | 0.02 | 233.74 | 0.97 | 0.53 |
| Hex | 15 | 2D | FB | 5C | 52 | 0 | 2 | EA | 61 | 35 |
| Octal | 25 | 55 | 373 | 134 | 122 | 0 | 2 | 352 | 141 | 65 |
| Binary | 10101 | 101101 | 11111011 | 1011100 | 1010010 | 0 | 10 | 11101010 | 1100001 | 110101 |
Color Harmonies of #152DFB
Complementary color
Monochromatic Colors of #152DFB
Black with #152DFB
Text Example
Text Example
White with #152DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152DFB; }
p { color: rgb(21,45,251); }
H1.HeaderClassName
{
color: #152DFB;
}
.AnyTagClassName
{
color: #152DFB;
}
</style>
background-color css
<style>
a { background-color: #152DFB; }
a { background-color: rgb(21,45,251); }
div.DivClassName
{
background-color: #152DFB;
}
.BgClassName
{
background-color: #152DFB;
}
</style>
border-color css
<style>
span { border-color: #152DFB; }
span { border-color: rgb(21,45,251); }
td.TdClassName
{
border-color: #152DFB;
}
.TagClassName
{
border-color: #152DFB;
}
</style>