Shades of Royal Blue #456CF0
Tints of Royal Blue #456CF0
RGB
CMYK
RGB Variations
Color information
#456CF0 (or 0x456CF0) is known color: Royal Blue. HEX triplet: 45, 6C and F0. RGB value is (69,108,240). Sum of RGB (Red+Green+Blue) = 69+108+240=417 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.55% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 240 (94.14% from 255 or 57.55% from 417); Max value from RGB is 240 - color contains mainly: blue. Hex color #456CF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456CF0 is #BA930F. Grayscale: #6E6E6E. Windows color (decimal): -12227344 or 15756357. OLE color: 15756357.
HSL color Cylindrical-coordinate representation of color #456CF0: hue angle of 226.32º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #456CF0 is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 108 | 240 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.06 |
| HSL | 226.32º | 0.85% | 0.61% | - |
| HSV(B) | 226.32º | 0.71% | 0.94% | - |
| XYZ | 23.54 | 18.28 | 84.73 | - |
| YUV | 111.39 | 200.58 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 240 | 0.71 | 0.55 | 0 | 0.06 | 226.32 | 0.85 | 0.61 |
| Hex | 45 | 6C | F0 | 47 | 37 | 0 | 6 | E2 | 55 | 3D |
| Octal | 105 | 154 | 360 | 107 | 67 | 0 | 6 | 342 | 125 | 75 |
| Binary | 1000101 | 1101100 | 11110000 | 1000111 | 110111 | 0 | 110 | 11100010 | 1010101 | 111101 |
Color Harmonies of #456CF0
Complementary color
Monochromatic Colors of #456CF0
Black with #456CF0
Text Example
Text Example
White with #456CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456CF0; }
p { color: rgb(69,108,240); }
H1.HeaderClassName
{
color: #456CF0;
}
.AnyTagClassName
{
color: #456CF0;
}
</style>
background-color css
<style>
a { background-color: #456CF0; }
a { background-color: rgb(69,108,240); }
div.DivClassName
{
background-color: #456CF0;
}
.BgClassName
{
background-color: #456CF0;
}
</style>
border-color css
<style>
span { border-color: #456CF0; }
span { border-color: rgb(69,108,240); }
td.TdClassName
{
border-color: #456CF0;
}
.TagClassName
{
border-color: #456CF0;
}
</style>