Shades of Blue #152AF4
Tints of Blue #152AF4
RGB
CMYK
RGB Variations
Color information
#152AF4 (or 0x152AF4) is known color: Blue. HEX triplet: 15, 2A and F4. RGB value is (21,42,244). Sum of RGB (Red+Green+Blue) = 21+42+244=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 244 (95.70% from 255 or 79.48% from 307); Max value from RGB is 244 - color contains mainly: blue. Hex color #152AF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152AF4 is #EAD50B. Grayscale: #393939. Windows color (decimal): -15389964 or 16001557. OLE color: 16001557.
HSL color Cylindrical-coordinate representation of color #152AF4: hue angle of 234.35º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152AF4 is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 42 | 244 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.04 |
| HSL | 234.35º | 0.91% | 0.52% | - |
| HSV(B) | 234.35º | 0.91% | 0.96% | - |
| XYZ | 17.47 | 8.35 | 86.28 | - |
| YUV | 58.75 | 232.54 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 244 | 0.91 | 0.83 | 0 | 0.04 | 234.35 | 0.91 | 0.52 |
| Hex | 15 | 2A | F4 | 5B | 53 | 0 | 4 | EA | 5B | 34 |
| Octal | 25 | 52 | 364 | 133 | 123 | 0 | 4 | 352 | 133 | 64 |
| Binary | 10101 | 101010 | 11110100 | 1011011 | 1010011 | 0 | 100 | 11101010 | 1011011 | 110100 |
Color Harmonies of #152AF4
Complementary color
Monochromatic Colors of #152AF4
Black with #152AF4
Text Example
Text Example
White with #152AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152AF4; }
p { color: rgb(21,42,244); }
H1.HeaderClassName
{
color: #152AF4;
}
.AnyTagClassName
{
color: #152AF4;
}
</style>
background-color css
<style>
a { background-color: #152AF4; }
a { background-color: rgb(21,42,244); }
div.DivClassName
{
background-color: #152AF4;
}
.BgClassName
{
background-color: #152AF4;
}
</style>
border-color css
<style>
span { border-color: #152AF4; }
span { border-color: rgb(21,42,244); }
td.TdClassName
{
border-color: #152AF4;
}
.TagClassName
{
border-color: #152AF4;
}
</style>