Shades of Royal Blue #456CD3
Tints of Royal Blue #456CD3
RGB
CMYK
RGB Variations
Color information
#456CD3 (or 0x456CD3) is known color: Royal Blue. HEX triplet: 45, 6C and D3. RGB value is (69,108,211). Sum of RGB (Red+Green+Blue) = 69+108+211=388 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.78% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 211 (82.81% from 255 or 54.38% from 388); Max value from RGB is 211 - color contains mainly: blue. Hex color #456CD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456CD3 is #BA932C. Grayscale: #6B6B6B. Windows color (decimal): -12227373 or 13855813. OLE color: 13855813.
HSL color Cylindrical-coordinate representation of color #456CD3: hue angle of 223.52º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #456CD3 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 69 | 108 | 211 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.17 |
| HSL | 223.52º | 0.62% | 0.55% | - |
| HSV(B) | 223.52º | 0.67% | 0.83% | - |
| XYZ | 19.57 | 16.69 | 63.82 | - |
| YUV | 108.08 | 186.08 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 211 | 0.67 | 0.49 | 0 | 0.17 | 223.52 | 0.62 | 0.55 |
| Hex | 45 | 6C | D3 | 43 | 31 | 0 | 11 | E0 | 3E | 37 |
| Octal | 105 | 154 | 323 | 103 | 61 | 0 | 21 | 340 | 76 | 67 |
| Binary | 1000101 | 1101100 | 11010011 | 1000011 | 110001 | 0 | 10001 | 11100000 | 111110 | 110111 |
Color Harmonies of #456CD3
Complementary color
Monochromatic Colors of #456CD3
Black with #456CD3
Text Example
Text Example
White with #456CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456CD3; }
p { color: rgb(69,108,211); }
H1.HeaderClassName
{
color: #456CD3;
}
.AnyTagClassName
{
color: #456CD3;
}
</style>
background-color css
<style>
a { background-color: #456CD3; }
a { background-color: rgb(69,108,211); }
div.DivClassName
{
background-color: #456CD3;
}
.BgClassName
{
background-color: #456CD3;
}
</style>
border-color css
<style>
span { border-color: #456CD3; }
span { border-color: rgb(69,108,211); }
td.TdClassName
{
border-color: #456CD3;
}
.TagClassName
{
border-color: #456CD3;
}
</style>