Shades of Royal Blue #456ECB
Tints of Royal Blue #456ECB
RGB
CMYK
RGB Variations
Color information
#456ECB (or 0x456ECB) is known color: Royal Blue. HEX triplet: 45, 6E and CB. RGB value is (69,110,203). Sum of RGB (Red+Green+Blue) = 69+110+203=382 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.06% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #456ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456ECB is #BA9134. Grayscale: #6B6B6B. Windows color (decimal): -12226869 or 13332037. OLE color: 13332037.
HSL color Cylindrical-coordinate representation of color #456ECB: hue angle of 221.64º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #456ECB is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 110 | 203 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.20 |
| HSL | 221.64º | 0.56% | 0.53% | - |
| HSV(B) | 221.64º | 0.66% | 0.8% | - |
| XYZ | 18.81 | 16.73 | 58.74 | - |
| YUV | 108.34 | 181.42 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 110 | 203 | 0.66 | 0.46 | 0 | 0.20 | 221.64 | 0.56 | 0.53 |
| Hex | 45 | 6E | CB | 42 | 2E | 0 | 14 | DE | 38 | 35 |
| Octal | 105 | 156 | 313 | 102 | 56 | 0 | 24 | 336 | 70 | 65 |
| Binary | 1000101 | 1101110 | 11001011 | 1000010 | 101110 | 0 | 10100 | 11011110 | 111000 | 110101 |
Color Harmonies of #456ECB
Complementary color
Monochromatic Colors of #456ECB
Black with #456ECB
Text Example
Text Example
White with #456ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456ECB; }
p { color: rgb(69,110,203); }
H1.HeaderClassName
{
color: #456ECB;
}
.AnyTagClassName
{
color: #456ECB;
}
</style>
background-color css
<style>
a { background-color: #456ECB; }
a { background-color: rgb(69,110,203); }
div.DivClassName
{
background-color: #456ECB;
}
.BgClassName
{
background-color: #456ECB;
}
</style>
border-color css
<style>
span { border-color: #456ECB; }
span { border-color: rgb(69,110,203); }
td.TdClassName
{
border-color: #456ECB;
}
.TagClassName
{
border-color: #456ECB;
}
</style>