Shades of Royal Blue #455DDF
Tints of Royal Blue #455DDF
RGB
CMYK
RGB Variations
Color information
#455DDF (or 0x455DDF) is known color: Royal Blue. HEX triplet: 45, 5D and DF. RGB value is (69,93,223). Sum of RGB (Red+Green+Blue) = 69+93+223=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #455DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455DDF is #BAA220. Grayscale: #646464. Windows color (decimal): -12231201 or 14638405. OLE color: 14638405.
HSL color Cylindrical-coordinate representation of color #455DDF: hue angle of 230.65º 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 #455DDF is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 93 | 223 | - |
| CMYK | 0.69 | 0.58 | 0 | 0.13 |
| HSL | 230.65º | 0.71% | 0.57% | - |
| HSV(B) | 230.65º | 0.69% | 0.87% | - |
| XYZ | 19.69 | 14.42 | 71.56 | - |
| YUV | 100.64 | 197.05 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 223 | 0.69 | 0.58 | 0 | 0.13 | 230.65 | 0.71 | 0.57 |
| Hex | 45 | 5D | DF | 45 | 3A | 0 | D | E7 | 47 | 39 |
| Octal | 105 | 135 | 337 | 105 | 72 | 0 | 15 | 347 | 107 | 71 |
| Binary | 1000101 | 1011101 | 11011111 | 1000101 | 111010 | 0 | 1101 | 11100111 | 1000111 | 111001 |
Color Harmonies of #455DDF
Complementary color
Monochromatic Colors of #455DDF
Black with #455DDF
Text Example
Text Example
White with #455DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455DDF; }
p { color: rgb(69,93,223); }
H1.HeaderClassName
{
color: #455DDF;
}
.AnyTagClassName
{
color: #455DDF;
}
</style>
background-color css
<style>
a { background-color: #455DDF; }
a { background-color: rgb(69,93,223); }
div.DivClassName
{
background-color: #455DDF;
}
.BgClassName
{
background-color: #455DDF;
}
</style>
border-color css
<style>
span { border-color: #455DDF; }
span { border-color: rgb(69,93,223); }
td.TdClassName
{
border-color: #455DDF;
}
.TagClassName
{
border-color: #455DDF;
}
</style>