Shades of Royal Blue #456AF8
Tints of Royal Blue #456AF8
RGB
CMYK
RGB Variations
Color information
#456AF8 (or 0x456AF8) is known color: Royal Blue. HEX triplet: 45, 6A and F8. RGB value is (69,106,248). Sum of RGB (Red+Green+Blue) = 69+106+248=423 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.31% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 248 (97.27% from 255 or 58.63% from 423); Max value from RGB is 248 - color contains mainly: blue. Hex color #456AF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456AF8 is #BA9507. Grayscale: #6E6E6E. Windows color (decimal): -12227848 or 16280133. OLE color: 16280133.
HSL color Cylindrical-coordinate representation of color #456AF8: hue angle of 227.6º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #456AF8 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 69 | 106 | 248 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.03 |
| HSL | 227.6º | 0.93% | 0.62% | - |
| HSV(B) | 227.6º | 0.72% | 0.97% | - |
| XYZ | 24.55 | 18.35 | 91.05 | - |
| YUV | 111.13 | 205.24 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 106 | 248 | 0.72 | 0.57 | 0 | 0.03 | 227.6 | 0.93 | 0.62 |
| Hex | 45 | 6A | F8 | 48 | 39 | 0 | 3 | E4 | 5D | 3E |
| Octal | 105 | 152 | 370 | 110 | 71 | 0 | 3 | 344 | 135 | 76 |
| Binary | 1000101 | 1101010 | 11111000 | 1001000 | 111001 | 0 | 11 | 11100100 | 1011101 | 111110 |
Color Harmonies of #456AF8
Complementary color
Monochromatic Colors of #456AF8
Black with #456AF8
Text Example
Text Example
White with #456AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456AF8; }
p { color: rgb(69,106,248); }
H1.HeaderClassName
{
color: #456AF8;
}
.AnyTagClassName
{
color: #456AF8;
}
</style>
background-color css
<style>
a { background-color: #456AF8; }
a { background-color: rgb(69,106,248); }
div.DivClassName
{
background-color: #456AF8;
}
.BgClassName
{
background-color: #456AF8;
}
</style>
border-color css
<style>
span { border-color: #456AF8; }
span { border-color: rgb(69,106,248); }
td.TdClassName
{
border-color: #456AF8;
}
.TagClassName
{
border-color: #456AF8;
}
</style>