Shades of Blue #151AF1
Tints of Blue #151AF1
RGB
CMYK
RGB Variations
Color information
#151AF1 (or 0x151AF1) is known color: Blue. HEX triplet: 15, 1A and F1. RGB value is (21,26,241). Sum of RGB (Red+Green+Blue) = 21+26+241=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 241 (94.53% from 255 or 83.68% from 288); Max value from RGB is 241 - color contains mainly: blue. Hex color #151AF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #151AF1 is #EAE50E. Grayscale: #303030. Windows color (decimal): -15394063 or 15800853. OLE color: 15800853.
HSL color Cylindrical-coordinate representation of color #151AF1: hue angle of 238.64º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #151AF1 is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 26 | 241 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.05 |
| HSL | 238.64º | 0.89% | 0.51% | - |
| HSV(B) | 238.64º | 0.91% | 0.95% | - |
| XYZ | 16.56 | 7.25 | 83.75 | - |
| YUV | 49.02 | 236.34 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 241 | 0.91 | 0.89 | 0 | 0.05 | 238.64 | 0.89 | 0.51 |
| Hex | 15 | 1A | F1 | 5B | 59 | 0 | 5 | EF | 59 | 33 |
| Octal | 25 | 32 | 361 | 133 | 131 | 0 | 5 | 357 | 131 | 63 |
| Binary | 10101 | 11010 | 11110001 | 1011011 | 1011001 | 0 | 101 | 11101111 | 1011001 | 110011 |
Color Harmonies of #151AF1
Complementary color
Monochromatic Colors of #151AF1
Black with #151AF1
Text Example
Text Example
White with #151AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151AF1; }
p { color: rgb(21,26,241); }
H1.HeaderClassName
{
color: #151AF1;
}
.AnyTagClassName
{
color: #151AF1;
}
</style>
background-color css
<style>
a { background-color: #151AF1; }
a { background-color: rgb(21,26,241); }
div.DivClassName
{
background-color: #151AF1;
}
.BgClassName
{
background-color: #151AF1;
}
</style>
border-color css
<style>
span { border-color: #151AF1; }
span { border-color: rgb(21,26,241); }
td.TdClassName
{
border-color: #151AF1;
}
.TagClassName
{
border-color: #151AF1;
}
</style>