Shades of Royal Blue #456AFB
Tints of Royal Blue #456AFB
RGB
CMYK
RGB Variations
Color information
#456AFB (or 0x456AFB) is known color: Royal Blue. HEX triplet: 45, 6A and FB. RGB value is (69,106,251). Sum of RGB (Red+Green+Blue) = 69+106+251=426 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.20% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #456AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456AFB is #BA9504. Grayscale: #6E6E6E. Windows color (decimal): -12227845 or 16476741. OLE color: 16476741.
HSL color Cylindrical-coordinate representation of color #456AFB: hue angle of 227.8º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #456AFB is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 106 | 251 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.02 |
| HSL | 227.8º | 0.96% | 0.63% | - |
| HSV(B) | 227.8º | 0.73% | 0.98% | - |
| XYZ | 25.02 | 18.54 | 93.53 | - |
| YUV | 111.47 | 206.74 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 106 | 251 | 0.73 | 0.58 | 0 | 0.02 | 227.8 | 0.96 | 0.63 |
| Hex | 45 | 6A | FB | 49 | 3A | 0 | 2 | E4 | 60 | 3F |
| Octal | 105 | 152 | 373 | 111 | 72 | 0 | 2 | 344 | 140 | 77 |
| Binary | 1000101 | 1101010 | 11111011 | 1001001 | 111010 | 0 | 10 | 11100100 | 1100000 | 111111 |
Color Harmonies of #456AFB
Complementary color
Monochromatic Colors of #456AFB
Black with #456AFB
Text Example
Text Example
White with #456AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456AFB; }
p { color: rgb(69,106,251); }
H1.HeaderClassName
{
color: #456AFB;
}
.AnyTagClassName
{
color: #456AFB;
}
</style>
background-color css
<style>
a { background-color: #456AFB; }
a { background-color: rgb(69,106,251); }
div.DivClassName
{
background-color: #456AFB;
}
.BgClassName
{
background-color: #456AFB;
}
</style>
border-color css
<style>
span { border-color: #456AFB; }
span { border-color: rgb(69,106,251); }
td.TdClassName
{
border-color: #456AFB;
}
.TagClassName
{
border-color: #456AFB;
}
</style>