Shades of Royal Blue #456DC8
Tints of Royal Blue #456DC8
RGB
CMYK
RGB Variations
Color information
#456DC8 (or 0x456DC8) is known color: Royal Blue. HEX triplet: 45, 6D and C8. RGB value is (69,109,200). Sum of RGB (Red+Green+Blue) = 69+109+200=378 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.25% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 200 (78.52% from 255 or 52.91% from 378); Max value from RGB is 200 - color contains mainly: blue. Hex color #456DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456DC8 is #BA9237. Grayscale: #6B6B6B. Windows color (decimal): -12227128 or 13135173. OLE color: 13135173.
HSL color Cylindrical-coordinate representation of color #456DC8: hue angle of 221.68º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #456DC8 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 109 | 200 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.22 |
| HSL | 221.68º | 0.54% | 0.53% | - |
| HSV(B) | 221.68º | 0.66% | 0.78% | - |
| XYZ | 18.35 | 16.37 | 56.84 | - |
| YUV | 107.41 | 180.25 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 109 | 200 | 0.66 | 0.46 | 0 | 0.22 | 221.68 | 0.54 | 0.53 |
| Hex | 45 | 6D | C8 | 42 | 2E | 0 | 16 | DE | 36 | 35 |
| Octal | 105 | 155 | 310 | 102 | 56 | 0 | 26 | 336 | 66 | 65 |
| Binary | 1000101 | 1101101 | 11001000 | 1000010 | 101110 | 0 | 10110 | 11011110 | 110110 | 110101 |
Color Harmonies of #456DC8
Complementary color
Monochromatic Colors of #456DC8
Black with #456DC8
Text Example
Text Example
White with #456DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456DC8; }
p { color: rgb(69,109,200); }
H1.HeaderClassName
{
color: #456DC8;
}
.AnyTagClassName
{
color: #456DC8;
}
</style>
background-color css
<style>
a { background-color: #456DC8; }
a { background-color: rgb(69,109,200); }
div.DivClassName
{
background-color: #456DC8;
}
.BgClassName
{
background-color: #456DC8;
}
</style>
border-color css
<style>
span { border-color: #456DC8; }
span { border-color: rgb(69,109,200); }
td.TdClassName
{
border-color: #456DC8;
}
.TagClassName
{
border-color: #456DC8;
}
</style>