Shades of Royal Blue #457BFD
Tints of Royal Blue #457BFD
RGB
CMYK
RGB Variations
Color information
#457BFD (or 0x457BFD) is known color: Royal Blue. HEX triplet: 45, 7B and FD. RGB value is (69,123,253). Sum of RGB (Red+Green+Blue) = 69+123+253=445 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.51% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #457BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457BFD is #BA8402. Grayscale: #797979. Windows color (decimal): -12223491 or 16612165. OLE color: 16612165.
HSL color Cylindrical-coordinate representation of color #457BFD: hue angle of 222.39º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #457BFD is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 123 | 253 | - |
| CMYK | 0.73 | 0.51 | 0 | 0.01 |
| HSL | 222.39º | 0.98% | 0.63% | - |
| HSV(B) | 222.39º | 0.73% | 0.99% | - |
| XYZ | 27.27 | 22.52 | 95.84 | - |
| YUV | 121.67 | 202.11 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 123 | 253 | 0.73 | 0.51 | 0 | 0.01 | 222.39 | 0.98 | 0.63 |
| Hex | 45 | 7B | FD | 49 | 33 | 0 | 1 | DE | 62 | 3F |
| Octal | 105 | 173 | 375 | 111 | 63 | 0 | 1 | 336 | 142 | 77 |
| Binary | 1000101 | 1111011 | 11111101 | 1001001 | 110011 | 0 | 1 | 11011110 | 1100010 | 111111 |
Color Harmonies of #457BFD
Complementary color
Monochromatic Colors of #457BFD
Black with #457BFD
Text Example
Text Example
White with #457BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457BFD; }
p { color: rgb(69,123,253); }
H1.HeaderClassName
{
color: #457BFD;
}
.AnyTagClassName
{
color: #457BFD;
}
</style>
background-color css
<style>
a { background-color: #457BFD; }
a { background-color: rgb(69,123,253); }
div.DivClassName
{
background-color: #457BFD;
}
.BgClassName
{
background-color: #457BFD;
}
</style>
border-color css
<style>
span { border-color: #457BFD; }
span { border-color: rgb(69,123,253); }
td.TdClassName
{
border-color: #457BFD;
}
.TagClassName
{
border-color: #457BFD;
}
</style>