Shades of Royal Blue #4568DF
Tints of Royal Blue #4568DF
RGB
CMYK
RGB Variations
Color information
#4568DF (or 0x4568DF) is known color: Royal Blue. HEX triplet: 45, 68 and DF. RGB value is (69,104,223). Sum of RGB (Red+Green+Blue) = 69+104+223=396 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.42% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #4568DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4568DF is #BA9720. Grayscale: #6A6A6A. Windows color (decimal): -12228385 or 14641221. OLE color: 14641221.
HSL color Cylindrical-coordinate representation of color #4568DF: hue angle of 226.36º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4568DF is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 104 | 223 | - |
| CMYK | 0.69 | 0.53 | 0 | 0.13 |
| HSL | 226.36º | 0.71% | 0.57% | - |
| HSV(B) | 226.36º | 0.69% | 0.87% | - |
| XYZ | 20.72 | 16.49 | 71.9 | - |
| YUV | 107.1 | 193.4 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 223 | 0.69 | 0.53 | 0 | 0.13 | 226.36 | 0.71 | 0.57 |
| Hex | 45 | 68 | DF | 45 | 35 | 0 | D | E2 | 47 | 39 |
| Octal | 105 | 150 | 337 | 105 | 65 | 0 | 15 | 342 | 107 | 71 |
| Binary | 1000101 | 1101000 | 11011111 | 1000101 | 110101 | 0 | 1101 | 11100010 | 1000111 | 111001 |
Color Harmonies of #4568DF
Complementary color
Monochromatic Colors of #4568DF
Black with #4568DF
Text Example
Text Example
White with #4568DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4568DF; }
p { color: rgb(69,104,223); }
H1.HeaderClassName
{
color: #4568DF;
}
.AnyTagClassName
{
color: #4568DF;
}
</style>
background-color css
<style>
a { background-color: #4568DF; }
a { background-color: rgb(69,104,223); }
div.DivClassName
{
background-color: #4568DF;
}
.BgClassName
{
background-color: #4568DF;
}
</style>
border-color css
<style>
span { border-color: #4568DF; }
span { border-color: rgb(69,104,223); }
td.TdClassName
{
border-color: #4568DF;
}
.TagClassName
{
border-color: #4568DF;
}
</style>