Shades of Royal Blue #456EFB
Tints of Royal Blue #456EFB
RGB
CMYK
RGB Variations
Color information
#456EFB (or 0x456EFB) is known color: Royal Blue. HEX triplet: 45, 6E and FB. RGB value is (69,110,251). Sum of RGB (Red+Green+Blue) = 69+110+251=430 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.05% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #456EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456EFB is #BA9104. Grayscale: #717171. Windows color (decimal): -12226821 or 16477765. OLE color: 16477765.
HSL color Cylindrical-coordinate representation of color #456EFB: hue angle of 226.48º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #456EFB is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 110 | 251 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.02 |
| HSL | 226.48º | 0.96% | 0.63% | - |
| HSV(B) | 226.48º | 0.73% | 0.98% | - |
| XYZ | 25.44 | 19.38 | 93.67 | - |
| YUV | 113.82 | 205.42 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 110 | 251 | 0.73 | 0.56 | 0 | 0.02 | 226.48 | 0.96 | 0.63 |
| Hex | 45 | 6E | FB | 49 | 38 | 0 | 2 | E2 | 60 | 3F |
| Octal | 105 | 156 | 373 | 111 | 70 | 0 | 2 | 342 | 140 | 77 |
| Binary | 1000101 | 1101110 | 11111011 | 1001001 | 111000 | 0 | 10 | 11100010 | 1100000 | 111111 |
Color Harmonies of #456EFB
Complementary color
Monochromatic Colors of #456EFB
Black with #456EFB
Text Example
Text Example
White with #456EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456EFB; }
p { color: rgb(69,110,251); }
H1.HeaderClassName
{
color: #456EFB;
}
.AnyTagClassName
{
color: #456EFB;
}
</style>
background-color css
<style>
a { background-color: #456EFB; }
a { background-color: rgb(69,110,251); }
div.DivClassName
{
background-color: #456EFB;
}
.BgClassName
{
background-color: #456EFB;
}
</style>
border-color css
<style>
span { border-color: #456EFB; }
span { border-color: rgb(69,110,251); }
td.TdClassName
{
border-color: #456EFB;
}
.TagClassName
{
border-color: #456EFB;
}
</style>