Shades of Blue #151AF9
Tints of Blue #151AF9
RGB
CMYK
RGB Variations
Color information
#151AF9 (or 0x151AF9) is known color: Blue. HEX triplet: 15, 1A and F9. RGB value is (21,26,249). Sum of RGB (Red+Green+Blue) = 21+26+249=296 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.09% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 249 (97.66% from 255 or 84.12% from 296); Max value from RGB is 249 - color contains mainly: blue. Hex color #151AF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #151AF9 is #EAE506. Grayscale: #313131. Windows color (decimal): -15394055 or 16325141. OLE color: 16325141.
HSL color Cylindrical-coordinate representation of color #151AF9: hue angle of 238.68º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #151AF9 is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 26 | 249 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.02 |
| HSL | 238.68º | 0.95% | 0.53% | - |
| HSV(B) | 238.68º | 0.92% | 0.98% | - |
| XYZ | 17.78 | 7.74 | 90.18 | - |
| YUV | 49.93 | 240.34 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 249 | 0.92 | 0.90 | 0 | 0.02 | 238.68 | 0.95 | 0.53 |
| Hex | 15 | 1A | F9 | 5C | 5A | 0 | 2 | EF | 5F | 35 |
| Octal | 25 | 32 | 371 | 134 | 132 | 0 | 2 | 357 | 137 | 65 |
| Binary | 10101 | 11010 | 11111001 | 1011100 | 1011010 | 0 | 10 | 11101111 | 1011111 | 110101 |
Color Harmonies of #151AF9
Complementary color
Monochromatic Colors of #151AF9
Black with #151AF9
Text Example
Text Example
White with #151AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151AF9; }
p { color: rgb(21,26,249); }
H1.HeaderClassName
{
color: #151AF9;
}
.AnyTagClassName
{
color: #151AF9;
}
</style>
background-color css
<style>
a { background-color: #151AF9; }
a { background-color: rgb(21,26,249); }
div.DivClassName
{
background-color: #151AF9;
}
.BgClassName
{
background-color: #151AF9;
}
</style>
border-color css
<style>
span { border-color: #151AF9; }
span { border-color: rgb(21,26,249); }
td.TdClassName
{
border-color: #151AF9;
}
.TagClassName
{
border-color: #151AF9;
}
</style>