Shades of Royal Blue #456FE6
Tints of Royal Blue #456FE6
RGB
CMYK
RGB Variations
Color information
#456FE6 (or 0x456FE6) is known color: Royal Blue. HEX triplet: 45, 6F and E6. RGB value is (69,111,230). Sum of RGB (Red+Green+Blue) = 69+111+230=410 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.83% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 230 (90.23% from 255 or 56.10% from 410); Max value from RGB is 230 - color contains mainly: blue. Hex color #456FE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456FE6 is #BA9019. Grayscale: #6F6F6F. Windows color (decimal): -12226586 or 15101765. OLE color: 15101765.
HSL color Cylindrical-coordinate representation of color #456FE6: hue angle of 224.35º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #456FE6 is Cyan = 0.7, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 111 | 230 | - |
| CMYK | 0.7 | 0.52 | 0 | 0.10 |
| HSL | 224.35º | 0.76% | 0.59% | - |
| HSV(B) | 224.35º | 0.7% | 0.9% | - |
| XYZ | 22.42 | 18.35 | 77.22 | - |
| YUV | 112.01 | 194.59 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 230 | 0.7 | 0.52 | 0 | 0.10 | 224.35 | 0.76 | 0.59 |
| Hex | 45 | 6F | E6 | 46 | 34 | 0 | A | E0 | 4C | 3B |
| Octal | 105 | 157 | 346 | 106 | 64 | 0 | 12 | 340 | 114 | 73 |
| Binary | 1000101 | 1101111 | 11100110 | 1000110 | 110100 | 0 | 1010 | 11100000 | 1001100 | 111011 |
Color Harmonies of #456FE6
Complementary color
Monochromatic Colors of #456FE6
Black with #456FE6
Text Example
Text Example
White with #456FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456FE6; }
p { color: rgb(69,111,230); }
H1.HeaderClassName
{
color: #456FE6;
}
.AnyTagClassName
{
color: #456FE6;
}
</style>
background-color css
<style>
a { background-color: #456FE6; }
a { background-color: rgb(69,111,230); }
div.DivClassName
{
background-color: #456FE6;
}
.BgClassName
{
background-color: #456FE6;
}
</style>
border-color css
<style>
span { border-color: #456FE6; }
span { border-color: rgb(69,111,230); }
td.TdClassName
{
border-color: #456FE6;
}
.TagClassName
{
border-color: #456FE6;
}
</style>