Shades of Royal Blue #455DF3
Tints of Royal Blue #455DF3
RGB
CMYK
RGB Variations
Color information
#455DF3 (or 0x455DF3) is known color: Royal Blue. HEX triplet: 45, 5D and F3. RGB value is (69,93,243). Sum of RGB (Red+Green+Blue) = 69+93+243=405 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.04% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 243 (95.31% from 255 or 60% from 405); Max value from RGB is 243 - color contains mainly: blue. Hex color #455DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #455DF3 is #BAA20C. Grayscale: #666666. Windows color (decimal): -12231181 or 15949125. OLE color: 15949125.
HSL color Cylindrical-coordinate representation of color #455DF3: hue angle of 231.72º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #455DF3 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 93 | 243 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.05 |
| HSL | 231.72º | 0.88% | 0.61% | - |
| HSV(B) | 231.72º | 0.72% | 0.95% | - |
| XYZ | 22.55 | 15.56 | 86.61 | - |
| YUV | 102.92 | 207.05 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 243 | 0.72 | 0.62 | 0 | 0.05 | 231.72 | 0.88 | 0.61 |
| Hex | 45 | 5D | F3 | 48 | 3E | 0 | 5 | E8 | 58 | 3D |
| Octal | 105 | 135 | 363 | 110 | 76 | 0 | 5 | 350 | 130 | 75 |
| Binary | 1000101 | 1011101 | 11110011 | 1001000 | 111110 | 0 | 101 | 11101000 | 1011000 | 111101 |
Color Harmonies of #455DF3
Complementary color
Monochromatic Colors of #455DF3
Black with #455DF3
Text Example
Text Example
White with #455DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455DF3; }
p { color: rgb(69,93,243); }
H1.HeaderClassName
{
color: #455DF3;
}
.AnyTagClassName
{
color: #455DF3;
}
</style>
background-color css
<style>
a { background-color: #455DF3; }
a { background-color: rgb(69,93,243); }
div.DivClassName
{
background-color: #455DF3;
}
.BgClassName
{
background-color: #455DF3;
}
</style>
border-color css
<style>
span { border-color: #455DF3; }
span { border-color: rgb(69,93,243); }
td.TdClassName
{
border-color: #455DF3;
}
.TagClassName
{
border-color: #455DF3;
}
</style>