Shades of Royal Blue #456BF0
Tints of Royal Blue #456BF0
RGB
CMYK
RGB Variations
Color information
#456BF0 (or 0x456BF0) is known color: Royal Blue. HEX triplet: 45, 6B and F0. RGB value is (69,107,240). Sum of RGB (Red+Green+Blue) = 69+107+240=416 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.59% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 240 (94.14% from 255 or 57.69% from 416); Max value from RGB is 240 - color contains mainly: blue. Hex color #456BF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456BF0 is #BA940F. Grayscale: #6E6E6E. Windows color (decimal): -12227600 or 15756101. OLE color: 15756101.
HSL color Cylindrical-coordinate representation of color #456BF0: hue angle of 226.67º 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 #456BF0 is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 107 | 240 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.06 |
| HSL | 226.67º | 0.85% | 0.61% | - |
| HSV(B) | 226.67º | 0.71% | 0.94% | - |
| XYZ | 23.44 | 18.07 | 84.69 | - |
| YUV | 110.8 | 200.91 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 107 | 240 | 0.71 | 0.55 | 0 | 0.06 | 226.67 | 0.85 | 0.61 |
| Hex | 45 | 6B | F0 | 47 | 37 | 0 | 6 | E3 | 55 | 3D |
| Octal | 105 | 153 | 360 | 107 | 67 | 0 | 6 | 343 | 125 | 75 |
| Binary | 1000101 | 1101011 | 11110000 | 1000111 | 110111 | 0 | 110 | 11100011 | 1010101 | 111101 |
Color Harmonies of #456BF0
Complementary color
Monochromatic Colors of #456BF0
Black with #456BF0
Text Example
Text Example
White with #456BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456BF0; }
p { color: rgb(69,107,240); }
H1.HeaderClassName
{
color: #456BF0;
}
.AnyTagClassName
{
color: #456BF0;
}
</style>
background-color css
<style>
a { background-color: #456BF0; }
a { background-color: rgb(69,107,240); }
div.DivClassName
{
background-color: #456BF0;
}
.BgClassName
{
background-color: #456BF0;
}
</style>
border-color css
<style>
span { border-color: #456BF0; }
span { border-color: rgb(69,107,240); }
td.TdClassName
{
border-color: #456BF0;
}
.TagClassName
{
border-color: #456BF0;
}
</style>