Shades of Blue #151AF3
Tints of Blue #151AF3
RGB
CMYK
RGB Variations
Color information
#151AF3 (or 0x151AF3) is known color: Blue. HEX triplet: 15, 1A and F3. RGB value is (21,26,243). Sum of RGB (Red+Green+Blue) = 21+26+243=290 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.24% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 243 (95.31% from 255 or 83.79% from 290); Max value from RGB is 243 - color contains mainly: blue. Hex color #151AF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #151AF3 is #EAE50C. Grayscale: #303030. Windows color (decimal): -15394061 or 15931925. OLE color: 15931925.
HSL color Cylindrical-coordinate representation of color #151AF3: hue angle of 238.65º degrees, saturation: 0.9, 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 #151AF3 is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 26 | 243 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.05 |
| HSL | 238.65º | 0.9% | 0.52% | - |
| HSV(B) | 238.65º | 0.91% | 0.95% | - |
| XYZ | 16.86 | 7.37 | 85.33 | - |
| YUV | 49.24 | 237.34 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 243 | 0.91 | 0.89 | 0 | 0.05 | 238.65 | 0.9 | 0.52 |
| Hex | 15 | 1A | F3 | 5B | 59 | 0 | 5 | EF | 5A | 34 |
| Octal | 25 | 32 | 363 | 133 | 131 | 0 | 5 | 357 | 132 | 64 |
| Binary | 10101 | 11010 | 11110011 | 1011011 | 1011001 | 0 | 101 | 11101111 | 1011010 | 110100 |
Color Harmonies of #151AF3
Complementary color
Monochromatic Colors of #151AF3
Black with #151AF3
Text Example
Text Example
White with #151AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151AF3; }
p { color: rgb(21,26,243); }
H1.HeaderClassName
{
color: #151AF3;
}
.AnyTagClassName
{
color: #151AF3;
}
</style>
background-color css
<style>
a { background-color: #151AF3; }
a { background-color: rgb(21,26,243); }
div.DivClassName
{
background-color: #151AF3;
}
.BgClassName
{
background-color: #151AF3;
}
</style>
border-color css
<style>
span { border-color: #151AF3; }
span { border-color: rgb(21,26,243); }
td.TdClassName
{
border-color: #151AF3;
}
.TagClassName
{
border-color: #151AF3;
}
</style>