Shades of Royal Blue #3560F8
Tints of Royal Blue #3560F8
RGB
CMYK
RGB Variations
Color information
#3560F8 (or 0x3560F8) is known color: Royal Blue. HEX triplet: 35, 60 and F8. RGB value is (53,96,248). Sum of RGB (Red+Green+Blue) = 53+96+248=397 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.35% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 248 (97.27% from 255 or 62.47% from 397); Max value from RGB is 248 - color contains mainly: blue. Hex color #3560F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3560F8 is #CA9F07. Grayscale: #636363. Windows color (decimal): -13278984 or 16277557. OLE color: 16277557.
HSL color Cylindrical-coordinate representation of color #3560F8: hue angle of 226.77º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3560F8 is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 53 | 96 | 248 | - |
| CMYK | 0.79 | 0.61 | 0 | 0.03 |
| HSL | 226.77º | 0.93% | 0.59% | - |
| HSV(B) | 226.77º | 0.79% | 0.97% | - |
| XYZ | 22.59 | 15.9 | 90.69 | - |
| YUV | 100.47 | 211.25 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 96 | 248 | 0.79 | 0.61 | 0 | 0.03 | 226.77 | 0.93 | 0.59 |
| Hex | 35 | 60 | F8 | 4F | 3D | 0 | 3 | E3 | 5D | 3B |
| Octal | 65 | 140 | 370 | 117 | 75 | 0 | 3 | 343 | 135 | 73 |
| Binary | 110101 | 1100000 | 11111000 | 1001111 | 111101 | 0 | 11 | 11100011 | 1011101 | 111011 |
Color Harmonies of #3560F8
Complementary color
Monochromatic Colors of #3560F8
Black with #3560F8
Text Example
Text Example
White with #3560F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3560F8; }
p { color: rgb(53,96,248); }
H1.HeaderClassName
{
color: #3560F8;
}
.AnyTagClassName
{
color: #3560F8;
}
</style>
background-color css
<style>
a { background-color: #3560F8; }
a { background-color: rgb(53,96,248); }
div.DivClassName
{
background-color: #3560F8;
}
.BgClassName
{
background-color: #3560F8;
}
</style>
border-color css
<style>
span { border-color: #3560F8; }
span { border-color: rgb(53,96,248); }
td.TdClassName
{
border-color: #3560F8;
}
.TagClassName
{
border-color: #3560F8;
}
</style>