Shades of Blue #152CFC
Tints of Blue #152CFC
RGB
CMYK
RGB Variations
Color information
#152CFC (or 0x152CFC) is known color: Blue. HEX triplet: 15, 2C and FC. RGB value is (21,44,252). Sum of RGB (Red+Green+Blue) = 21+44+252=317 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.62% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 252 (98.83% from 255 or 79.50% from 317); Max value from RGB is 252 - color contains mainly: blue. Hex color #152CFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152CFC is #EAD303. Grayscale: #3B3B3B. Windows color (decimal): -15389444 or 16526357. OLE color: 16526357.
HSL color Cylindrical-coordinate representation of color #152CFC: hue angle of 234.03º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #152CFC is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 44 | 252 | - |
| CMYK | 0.92 | 0.83 | 0 | 0.01 |
| HSL | 234.03º | 0.97% | 0.54% | - |
| HSV(B) | 234.03º | 0.92% | 0.99% | - |
| XYZ | 18.78 | 8.99 | 92.84 | - |
| YUV | 60.84 | 235.88 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 252 | 0.92 | 0.83 | 0 | 0.01 | 234.03 | 0.97 | 0.54 |
| Hex | 15 | 2C | FC | 5C | 53 | 0 | 1 | EA | 61 | 36 |
| Octal | 25 | 54 | 374 | 134 | 123 | 0 | 1 | 352 | 141 | 66 |
| Binary | 10101 | 101100 | 11111100 | 1011100 | 1010011 | 0 | 1 | 11101010 | 1100001 | 110110 |
Color Harmonies of #152CFC
Complementary color
Monochromatic Colors of #152CFC
Black with #152CFC
Text Example
Text Example
White with #152CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152CFC; }
p { color: rgb(21,44,252); }
H1.HeaderClassName
{
color: #152CFC;
}
.AnyTagClassName
{
color: #152CFC;
}
</style>
background-color css
<style>
a { background-color: #152CFC; }
a { background-color: rgb(21,44,252); }
div.DivClassName
{
background-color: #152CFC;
}
.BgClassName
{
background-color: #152CFC;
}
</style>
border-color css
<style>
span { border-color: #152CFC; }
span { border-color: rgb(21,44,252); }
td.TdClassName
{
border-color: #152CFC;
}
.TagClassName
{
border-color: #152CFC;
}
</style>