Shades of Royal Blue #456BDF
Tints of Royal Blue #456BDF
RGB
CMYK
RGB Variations
Color information
#456BDF (or 0x456BDF) is known color: Royal Blue. HEX triplet: 45, 6B and DF. RGB value is (69,107,223). Sum of RGB (Red+Green+Blue) = 69+107+223=399 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.29% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #456BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456BDF is #BA9420. Grayscale: #6C6C6C. Windows color (decimal): -12227617 or 14641989. OLE color: 14641989.
HSL color Cylindrical-coordinate representation of color #456BDF: hue angle of 225.19º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #456BDF is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 107 | 223 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.13 |
| HSL | 225.19º | 0.71% | 0.57% | - |
| HSV(B) | 225.19º | 0.69% | 0.87% | - |
| XYZ | 21.03 | 17.11 | 72.01 | - |
| YUV | 108.86 | 192.41 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 107 | 223 | 0.69 | 0.52 | 0 | 0.13 | 225.19 | 0.71 | 0.57 |
| Hex | 45 | 6B | DF | 45 | 34 | 0 | D | E1 | 47 | 39 |
| Octal | 105 | 153 | 337 | 105 | 64 | 0 | 15 | 341 | 107 | 71 |
| Binary | 1000101 | 1101011 | 11011111 | 1000101 | 110100 | 0 | 1101 | 11100001 | 1000111 | 111001 |
Color Harmonies of #456BDF
Complementary color
Monochromatic Colors of #456BDF
Black with #456BDF
Text Example
Text Example
White with #456BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456BDF; }
p { color: rgb(69,107,223); }
H1.HeaderClassName
{
color: #456BDF;
}
.AnyTagClassName
{
color: #456BDF;
}
</style>
background-color css
<style>
a { background-color: #456BDF; }
a { background-color: rgb(69,107,223); }
div.DivClassName
{
background-color: #456BDF;
}
.BgClassName
{
background-color: #456BDF;
}
</style>
border-color css
<style>
span { border-color: #456BDF; }
span { border-color: rgb(69,107,223); }
td.TdClassName
{
border-color: #456BDF;
}
.TagClassName
{
border-color: #456BDF;
}
</style>