Shades of Blue #152AF5
Tints of Blue #152AF5
RGB
CMYK
RGB Variations
Color information
#152AF5 (or 0x152AF5) is known color: Blue. HEX triplet: 15, 2A and F5. RGB value is (21,42,245). Sum of RGB (Red+Green+Blue) = 21+42+245=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 245 (96.09% from 255 or 79.55% from 308); Max value from RGB is 245 - color contains mainly: blue. Hex color #152AF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152AF5 is #EAD50A. Grayscale: #3A3A3A. Windows color (decimal): -15389963 or 16067093. OLE color: 16067093.
HSL color Cylindrical-coordinate representation of color #152AF5: hue angle of 234.38º degrees, saturation: 0.92, 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 #152AF5 is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 42 | 245 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.04 |
| HSL | 234.38º | 0.92% | 0.52% | - |
| HSV(B) | 234.38º | 0.91% | 0.96% | - |
| XYZ | 17.62 | 8.41 | 87.08 | - |
| YUV | 58.86 | 233.04 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 245 | 0.91 | 0.83 | 0 | 0.04 | 234.38 | 0.92 | 0.52 |
| Hex | 15 | 2A | F5 | 5B | 53 | 0 | 4 | EA | 5C | 34 |
| Octal | 25 | 52 | 365 | 133 | 123 | 0 | 4 | 352 | 134 | 64 |
| Binary | 10101 | 101010 | 11110101 | 1011011 | 1010011 | 0 | 100 | 11101010 | 1011100 | 110100 |
Color Harmonies of #152AF5
Complementary color
Monochromatic Colors of #152AF5
Black with #152AF5
Text Example
Text Example
White with #152AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152AF5; }
p { color: rgb(21,42,245); }
H1.HeaderClassName
{
color: #152AF5;
}
.AnyTagClassName
{
color: #152AF5;
}
</style>
background-color css
<style>
a { background-color: #152AF5; }
a { background-color: rgb(21,42,245); }
div.DivClassName
{
background-color: #152AF5;
}
.BgClassName
{
background-color: #152AF5;
}
</style>
border-color css
<style>
span { border-color: #152AF5; }
span { border-color: rgb(21,42,245); }
td.TdClassName
{
border-color: #152AF5;
}
.TagClassName
{
border-color: #152AF5;
}
</style>