Shades of Royal Blue #456DF1
Tints of Royal Blue #456DF1
RGB
CMYK
RGB Variations
Color information
#456DF1 (or 0x456DF1) is known color: Royal Blue. HEX triplet: 45, 6D and F1. RGB value is (69,109,241). Sum of RGB (Red+Green+Blue) = 69+109+241=419 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.47% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 241 (94.53% from 255 or 57.52% from 419); Max value from RGB is 241 - color contains mainly: blue. Hex color #456DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456DF1 is #BA920E. Grayscale: #6F6F6F. Windows color (decimal): -12227087 or 15822149. OLE color: 15822149.
HSL color Cylindrical-coordinate representation of color #456DF1: hue angle of 226.05º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #456DF1 is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 109 | 241 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.05 |
| HSL | 226.05º | 0.86% | 0.61% | - |
| HSV(B) | 226.05º | 0.71% | 0.95% | - |
| XYZ | 23.8 | 18.55 | 85.55 | - |
| YUV | 112.09 | 200.75 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 109 | 241 | 0.71 | 0.55 | 0 | 0.05 | 226.05 | 0.86 | 0.61 |
| Hex | 45 | 6D | F1 | 47 | 37 | 0 | 5 | E2 | 56 | 3D |
| Octal | 105 | 155 | 361 | 107 | 67 | 0 | 5 | 342 | 126 | 75 |
| Binary | 1000101 | 1101101 | 11110001 | 1000111 | 110111 | 0 | 101 | 11100010 | 1010110 | 111101 |
Color Harmonies of #456DF1
Complementary color
Monochromatic Colors of #456DF1
Black with #456DF1
Text Example
Text Example
White with #456DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456DF1; }
p { color: rgb(69,109,241); }
H1.HeaderClassName
{
color: #456DF1;
}
.AnyTagClassName
{
color: #456DF1;
}
</style>
background-color css
<style>
a { background-color: #456DF1; }
a { background-color: rgb(69,109,241); }
div.DivClassName
{
background-color: #456DF1;
}
.BgClassName
{
background-color: #456DF1;
}
</style>
border-color css
<style>
span { border-color: #456DF1; }
span { border-color: rgb(69,109,241); }
td.TdClassName
{
border-color: #456DF1;
}
.TagClassName
{
border-color: #456DF1;
}
</style>