Shades of Blue #152AF2
Tints of Blue #152AF2
RGB
CMYK
RGB Variations
Color information
#152AF2 (or 0x152AF2) is known color: Blue. HEX triplet: 15, 2A and F2. RGB value is (21,42,242). Sum of RGB (Red+Green+Blue) = 21+42+242=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 242 (94.92% from 255 or 79.34% from 305); Max value from RGB is 242 - color contains mainly: blue. Hex color #152AF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152AF2 is #EAD50D. Grayscale: #393939. Windows color (decimal): -15389966 or 15870485. OLE color: 15870485.
HSL color Cylindrical-coordinate representation of color #152AF2: hue angle of 234.3º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152AF2 is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 42 | 242 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.05 |
| HSL | 234.3º | 0.89% | 0.52% | - |
| HSV(B) | 234.3º | 0.91% | 0.95% | - |
| XYZ | 17.16 | 8.23 | 84.69 | - |
| YUV | 58.52 | 231.54 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 242 | 0.91 | 0.83 | 0 | 0.05 | 234.3 | 0.89 | 0.52 |
| Hex | 15 | 2A | F2 | 5B | 53 | 0 | 5 | EA | 59 | 34 |
| Octal | 25 | 52 | 362 | 133 | 123 | 0 | 5 | 352 | 131 | 64 |
| Binary | 10101 | 101010 | 11110010 | 1011011 | 1010011 | 0 | 101 | 11101010 | 1011001 | 110100 |
Color Harmonies of #152AF2
Complementary color
Monochromatic Colors of #152AF2
Black with #152AF2
Text Example
Text Example
White with #152AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152AF2; }
p { color: rgb(21,42,242); }
H1.HeaderClassName
{
color: #152AF2;
}
.AnyTagClassName
{
color: #152AF2;
}
</style>
background-color css
<style>
a { background-color: #152AF2; }
a { background-color: rgb(21,42,242); }
div.DivClassName
{
background-color: #152AF2;
}
.BgClassName
{
background-color: #152AF2;
}
</style>
border-color css
<style>
span { border-color: #152AF2; }
span { border-color: rgb(21,42,242); }
td.TdClassName
{
border-color: #152AF2;
}
.TagClassName
{
border-color: #152AF2;
}
</style>