Shades of Royal Blue #1552F7
Tints of Royal Blue #1552F7
RGB
CMYK
RGB Variations
Color information
#1552F7 (or 0x1552F7) is known color: Royal Blue. HEX triplet: 15, 52 and F7. RGB value is (21,82,247). Sum of RGB (Red+Green+Blue) = 21+82+247=350 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 247 (96.88% from 255 or 70.57% from 350); Max value from RGB is 247 - color contains mainly: blue. Hex color #1552F7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1552F7 is #EAAD08. Grayscale: #515151. Windows color (decimal): -15379721 or 16208405. OLE color: 16208405.
HSL color Cylindrical-coordinate representation of color #1552F7: hue angle of 223.81º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1552F7 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 21 | 82 | 247 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.03 |
| HSL | 223.81º | 0.93% | 0.53% | - |
| HSV(B) | 223.81º | 0.91% | 0.97% | - |
| XYZ | 20.12 | 12.91 | 89.43 | - |
| YUV | 82.57 | 220.79 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 82 | 247 | 0.91 | 0.67 | 0 | 0.03 | 223.81 | 0.93 | 0.53 |
| Hex | 15 | 52 | F7 | 5B | 43 | 0 | 3 | E0 | 5D | 35 |
| Octal | 25 | 122 | 367 | 133 | 103 | 0 | 3 | 340 | 135 | 65 |
| Binary | 10101 | 1010010 | 11110111 | 1011011 | 1000011 | 0 | 11 | 11100000 | 1011101 | 110101 |
Color Harmonies of #1552F7
Complementary color
Monochromatic Colors of #1552F7
Black with #1552F7
Text Example
Text Example
White with #1552F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1552F7; }
p { color: rgb(21,82,247); }
H1.HeaderClassName
{
color: #1552F7;
}
.AnyTagClassName
{
color: #1552F7;
}
</style>
background-color css
<style>
a { background-color: #1552F7; }
a { background-color: rgb(21,82,247); }
div.DivClassName
{
background-color: #1552F7;
}
.BgClassName
{
background-color: #1552F7;
}
</style>
border-color css
<style>
span { border-color: #1552F7; }
span { border-color: rgb(21,82,247); }
td.TdClassName
{
border-color: #1552F7;
}
.TagClassName
{
border-color: #1552F7;
}
</style>