Shades of Royal Blue #4568FD
Tints of Royal Blue #4568FD
RGB
CMYK
RGB Variations
Color information
#4568FD (or 0x4568FD) is known color: Royal Blue. HEX triplet: 45, 68 and FD. RGB value is (69,104,253). Sum of RGB (Red+Green+Blue) = 69+104+253=426 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.20% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #4568FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4568FD is #BA9702. Grayscale: #6D6D6D. Windows color (decimal): -12228355 or 16607301. OLE color: 16607301.
HSL color Cylindrical-coordinate representation of color #4568FD: hue angle of 228.59º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4568FD is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 104 | 253 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.01 |
| HSL | 228.59º | 0.98% | 0.63% | - |
| HSV(B) | 228.59º | 0.73% | 0.99% | - |
| XYZ | 25.13 | 18.26 | 95.13 | - |
| YUV | 110.52 | 208.4 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 253 | 0.73 | 0.59 | 0 | 0.01 | 228.59 | 0.98 | 0.63 |
| Hex | 45 | 68 | FD | 49 | 3B | 0 | 1 | E5 | 62 | 3F |
| Octal | 105 | 150 | 375 | 111 | 73 | 0 | 1 | 345 | 142 | 77 |
| Binary | 1000101 | 1101000 | 11111101 | 1001001 | 111011 | 0 | 1 | 11100101 | 1100010 | 111111 |
Color Harmonies of #4568FD
Complementary color
Monochromatic Colors of #4568FD
Black with #4568FD
Text Example
Text Example
White with #4568FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4568FD; }
p { color: rgb(69,104,253); }
H1.HeaderClassName
{
color: #4568FD;
}
.AnyTagClassName
{
color: #4568FD;
}
</style>
background-color css
<style>
a { background-color: #4568FD; }
a { background-color: rgb(69,104,253); }
div.DivClassName
{
background-color: #4568FD;
}
.BgClassName
{
background-color: #4568FD;
}
</style>
border-color css
<style>
span { border-color: #4568FD; }
span { border-color: rgb(69,104,253); }
td.TdClassName
{
border-color: #4568FD;
}
.TagClassName
{
border-color: #4568FD;
}
</style>