Shades of Royal Blue #456CFB
Tints of Royal Blue #456CFB
RGB
CMYK
RGB Variations
Color information
#456CFB (or 0x456CFB) is known color: Royal Blue. HEX triplet: 45, 6C and FB. RGB value is (69,108,251). Sum of RGB (Red+Green+Blue) = 69+108+251=428 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.12% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #456CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456CFB is #BA9304. Grayscale: #707070. Windows color (decimal): -12227333 or 16477253. OLE color: 16477253.
HSL color Cylindrical-coordinate representation of color #456CFB: hue angle of 227.14º 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 #456CFB is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 108 | 251 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.02 |
| HSL | 227.14º | 0.96% | 0.63% | - |
| HSV(B) | 227.14º | 0.73% | 0.98% | - |
| XYZ | 25.23 | 18.96 | 93.6 | - |
| YUV | 112.64 | 206.08 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 251 | 0.73 | 0.57 | 0 | 0.02 | 227.14 | 0.96 | 0.63 |
| Hex | 45 | 6C | FB | 49 | 39 | 0 | 2 | E3 | 60 | 3F |
| Octal | 105 | 154 | 373 | 111 | 71 | 0 | 2 | 343 | 140 | 77 |
| Binary | 1000101 | 1101100 | 11111011 | 1001001 | 111001 | 0 | 10 | 11100011 | 1100000 | 111111 |
Color Harmonies of #456CFB
Complementary color
Monochromatic Colors of #456CFB
Black with #456CFB
Text Example
Text Example
White with #456CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456CFB; }
p { color: rgb(69,108,251); }
H1.HeaderClassName
{
color: #456CFB;
}
.AnyTagClassName
{
color: #456CFB;
}
</style>
background-color css
<style>
a { background-color: #456CFB; }
a { background-color: rgb(69,108,251); }
div.DivClassName
{
background-color: #456CFB;
}
.BgClassName
{
background-color: #456CFB;
}
</style>
border-color css
<style>
span { border-color: #456CFB; }
span { border-color: rgb(69,108,251); }
td.TdClassName
{
border-color: #456CFB;
}
.TagClassName
{
border-color: #456CFB;
}
</style>