Shades of Royal Blue #456BCB
Tints of Royal Blue #456BCB
RGB
CMYK
RGB Variations
Color information
#456BCB (or 0x456BCB) is known color: Royal Blue. HEX triplet: 45, 6B and CB. RGB value is (69,107,203). Sum of RGB (Red+Green+Blue) = 69+107+203=379 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.21% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #456BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456BCB is #BA9434. Grayscale: #6A6A6A. Windows color (decimal): -12227637 or 13331269. OLE color: 13331269.
HSL color Cylindrical-coordinate representation of color #456BCB: hue angle of 222.99º 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 #456BCB is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 107 | 203 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.20 |
| HSL | 222.99º | 0.56% | 0.53% | - |
| HSV(B) | 222.99º | 0.66% | 0.8% | - |
| XYZ | 18.49 | 16.09 | 58.63 | - |
| YUV | 106.58 | 182.41 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 107 | 203 | 0.66 | 0.47 | 0 | 0.20 | 222.99 | 0.56 | 0.53 |
| Hex | 45 | 6B | CB | 42 | 2F | 0 | 14 | DF | 38 | 35 |
| Octal | 105 | 153 | 313 | 102 | 57 | 0 | 24 | 337 | 70 | 65 |
| Binary | 1000101 | 1101011 | 11001011 | 1000010 | 101111 | 0 | 10100 | 11011111 | 111000 | 110101 |
Color Harmonies of #456BCB
Complementary color
Monochromatic Colors of #456BCB
Black with #456BCB
Text Example
Text Example
White with #456BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456BCB; }
p { color: rgb(69,107,203); }
H1.HeaderClassName
{
color: #456BCB;
}
.AnyTagClassName
{
color: #456BCB;
}
</style>
background-color css
<style>
a { background-color: #456BCB; }
a { background-color: rgb(69,107,203); }
div.DivClassName
{
background-color: #456BCB;
}
.BgClassName
{
background-color: #456BCB;
}
</style>
border-color css
<style>
span { border-color: #456BCB; }
span { border-color: rgb(69,107,203); }
td.TdClassName
{
border-color: #456BCB;
}
.TagClassName
{
border-color: #456BCB;
}
</style>