Shades of Royal Blue #1551F9
Tints of Royal Blue #1551F9
RGB
CMYK
RGB Variations
Color information
#1551F9 (or 0x1551F9) is known color: Royal Blue. HEX triplet: 15, 51 and F9. RGB value is (21,81,249). Sum of RGB (Red+Green+Blue) = 21+81+249=351 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.98% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 249 (97.66% from 255 or 70.94% from 351); Max value from RGB is 249 - color contains mainly: blue. Hex color #1551F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1551F9 is #EAAE06. Grayscale: #515151. Windows color (decimal): -15379975 or 16339221. OLE color: 16339221.
HSL color Cylindrical-coordinate representation of color #1551F9: hue angle of 224.21º 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 #1551F9 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 81 | 249 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.02 |
| HSL | 224.21º | 0.95% | 0.53% | - |
| HSV(B) | 224.21º | 0.92% | 0.98% | - |
| XYZ | 20.35 | 12.88 | 91.04 | - |
| YUV | 82.21 | 222.12 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 81 | 249 | 0.92 | 0.67 | 0 | 0.02 | 224.21 | 0.95 | 0.53 |
| Hex | 15 | 51 | F9 | 5C | 43 | 0 | 2 | E0 | 5F | 35 |
| Octal | 25 | 121 | 371 | 134 | 103 | 0 | 2 | 340 | 137 | 65 |
| Binary | 10101 | 1010001 | 11111001 | 1011100 | 1000011 | 0 | 10 | 11100000 | 1011111 | 110101 |
Color Harmonies of #1551F9
Complementary color
Monochromatic Colors of #1551F9
Black with #1551F9
Text Example
Text Example
White with #1551F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1551F9; }
p { color: rgb(21,81,249); }
H1.HeaderClassName
{
color: #1551F9;
}
.AnyTagClassName
{
color: #1551F9;
}
</style>
background-color css
<style>
a { background-color: #1551F9; }
a { background-color: rgb(21,81,249); }
div.DivClassName
{
background-color: #1551F9;
}
.BgClassName
{
background-color: #1551F9;
}
</style>
border-color css
<style>
span { border-color: #1551F9; }
span { border-color: rgb(21,81,249); }
td.TdClassName
{
border-color: #1551F9;
}
.TagClassName
{
border-color: #1551F9;
}
</style>