Shades of Royal Blue #456FFF
Tints of Royal Blue #456FFF
RGB
CMYK
RGB Variations
Color information
#456FFF (or 0x456FFF) is known color: Royal Blue. HEX triplet: 45, 6F and FF. RGB value is (69,111,255). Sum of RGB (Red+Green+Blue) = 69+111+255=435 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.86% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #456FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456FFF is #BA9000. Grayscale: #727272. Windows color (decimal): -12226561 or 16740165. OLE color: 16740165.
HSL color Cylindrical-coordinate representation of color #456FFF: hue angle of 226.45º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #456FFF is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 111 | 255 | - |
| CMYK | 0.73 | 0.56 | 0 | 0 |
| HSL | 226.45º | 1% | 0.64% | - |
| HSV(B) | 226.45º | 0.73% | 1% | - |
| XYZ | 26.19 | 19.85 | 97.06 | - |
| YUV | 114.86 | 207.09 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 255 | 0.73 | 0.56 | 0 | 0 | 226.45 | 1 | 0.64 |
| Hex | 45 | 6F | FF | 49 | 38 | 0 | 0 | E2 | 64 | 40 |
| Octal | 105 | 157 | 377 | 111 | 70 | 0 | 0 | 342 | 144 | 100 |
| Binary | 1000101 | 1101111 | 11111111 | 1001001 | 111000 | 0 | 0 | 11100010 | 1100100 | 1000000 |
Color Harmonies of #456FFF
Complementary color
Monochromatic Colors of #456FFF
Black with #456FFF
Text Example
Text Example
White with #456FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456FFF; }
p { color: rgb(69,111,255); }
H1.HeaderClassName
{
color: #456FFF;
}
.AnyTagClassName
{
color: #456FFF;
}
</style>
background-color css
<style>
a { background-color: #456FFF; }
a { background-color: rgb(69,111,255); }
div.DivClassName
{
background-color: #456FFF;
}
.BgClassName
{
background-color: #456FFF;
}
</style>
border-color css
<style>
span { border-color: #456FFF; }
span { border-color: rgb(69,111,255); }
td.TdClassName
{
border-color: #456FFF;
}
.TagClassName
{
border-color: #456FFF;
}
</style>