Shades of Royal Blue #465FE1
Tints of Royal Blue #465FE1
RGB
CMYK
RGB Variations
Color information
#465FE1 (or 0x465FE1) is known color: Royal Blue. HEX triplet: 46, 5F and E1. RGB value is (70,95,225). Sum of RGB (Red+Green+Blue) = 70+95+225=390 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.95% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 225 (88.28% from 255 or 57.69% from 390); Max value from RGB is 225 - color contains mainly: blue. Hex color #465FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465FE1 is #B9A01E. Grayscale: #656565. Windows color (decimal): -12165151 or 14769990. OLE color: 14769990.
HSL color Cylindrical-coordinate representation of color #465FE1: hue angle of 230.32º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #465FE1 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 95 | 225 | - |
| CMYK | 0.69 | 0.58 | 0 | 0.12 |
| HSL | 230.32º | 0.72% | 0.58% | - |
| HSV(B) | 230.32º | 0.69% | 0.88% | - |
| XYZ | 20.21 | 14.92 | 73.05 | - |
| YUV | 102.35 | 197.22 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 225 | 0.69 | 0.58 | 0 | 0.12 | 230.32 | 0.72 | 0.58 |
| Hex | 46 | 5F | E1 | 45 | 3A | 0 | C | E6 | 48 | 3A |
| Octal | 106 | 137 | 341 | 105 | 72 | 0 | 14 | 346 | 110 | 72 |
| Binary | 1000110 | 1011111 | 11100001 | 1000101 | 111010 | 0 | 1100 | 11100110 | 1001000 | 111010 |
Color Harmonies of #465FE1
Complementary color
Monochromatic Colors of #465FE1
Black with #465FE1
Text Example
Text Example
White with #465FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465FE1; }
p { color: rgb(70,95,225); }
H1.HeaderClassName
{
color: #465FE1;
}
.AnyTagClassName
{
color: #465FE1;
}
</style>
background-color css
<style>
a { background-color: #465FE1; }
a { background-color: rgb(70,95,225); }
div.DivClassName
{
background-color: #465FE1;
}
.BgClassName
{
background-color: #465FE1;
}
</style>
border-color css
<style>
span { border-color: #465FE1; }
span { border-color: rgb(70,95,225); }
td.TdClassName
{
border-color: #465FE1;
}
.TagClassName
{
border-color: #465FE1;
}
</style>