Shades of Royal Blue #456FFB
Tints of Royal Blue #456FFB
RGB
CMYK
RGB Variations
Color information
#456FFB (or 0x456FFB) is known color: Royal Blue. HEX triplet: 45, 6F and FB. RGB value is (69,111,251). Sum of RGB (Red+Green+Blue) = 69+111+251=431 (57% of max value = 765). Red value is 69 (27.34% from 255 or 16.01% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #456FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456FFB is #BA9004. Grayscale: #717171. Windows color (decimal): -12226565 or 16478021. OLE color: 16478021.
HSL color Cylindrical-coordinate representation of color #456FFB: hue angle of 226.15º 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 #456FFB is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 111 | 251 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.02 |
| HSL | 226.15º | 0.96% | 0.63% | - |
| HSV(B) | 226.15º | 0.73% | 0.98% | - |
| XYZ | 25.55 | 19.6 | 93.7 | - |
| YUV | 114.4 | 205.09 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 251 | 0.73 | 0.56 | 0 | 0.02 | 226.15 | 0.96 | 0.63 |
| Hex | 45 | 6F | FB | 49 | 38 | 0 | 2 | E2 | 60 | 3F |
| Octal | 105 | 157 | 373 | 111 | 70 | 0 | 2 | 342 | 140 | 77 |
| Binary | 1000101 | 1101111 | 11111011 | 1001001 | 111000 | 0 | 10 | 11100010 | 1100000 | 111111 |
Color Harmonies of #456FFB
Complementary color
Monochromatic Colors of #456FFB
Black with #456FFB
Text Example
Text Example
White with #456FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456FFB; }
p { color: rgb(69,111,251); }
H1.HeaderClassName
{
color: #456FFB;
}
.AnyTagClassName
{
color: #456FFB;
}
</style>
background-color css
<style>
a { background-color: #456FFB; }
a { background-color: rgb(69,111,251); }
div.DivClassName
{
background-color: #456FFB;
}
.BgClassName
{
background-color: #456FFB;
}
</style>
border-color css
<style>
span { border-color: #456FFB; }
span { border-color: rgb(69,111,251); }
td.TdClassName
{
border-color: #456FFB;
}
.TagClassName
{
border-color: #456FFB;
}
</style>