Shades of Royal Blue #465FE3
Tints of Royal Blue #465FE3
RGB
CMYK
RGB Variations
Color information
#465FE3 (or 0x465FE3) is known color: Royal Blue. HEX triplet: 46, 5F and E3. RGB value is (70,95,227). Sum of RGB (Red+Green+Blue) = 70+95+227=392 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.86% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 227 (89.06% from 255 or 57.91% from 392); Max value from RGB is 227 - color contains mainly: blue. Hex color #465FE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465FE3 is #B9A01C. Grayscale: #666666. Windows color (decimal): -12165149 or 14901062. OLE color: 14901062.
HSL color Cylindrical-coordinate representation of color #465FE3: hue angle of 230.45º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #465FE3 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 70 | 95 | 227 | - |
| CMYK | 0.69 | 0.58 | 0 | 0.11 |
| HSL | 230.45º | 0.74% | 0.58% | - |
| HSV(B) | 230.45º | 0.69% | 0.89% | - |
| XYZ | 20.48 | 15.03 | 74.5 | - |
| YUV | 102.57 | 198.22 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 227 | 0.69 | 0.58 | 0 | 0.11 | 230.45 | 0.74 | 0.58 |
| Hex | 46 | 5F | E3 | 45 | 3A | 0 | B | E6 | 4A | 3A |
| Octal | 106 | 137 | 343 | 105 | 72 | 0 | 13 | 346 | 112 | 72 |
| Binary | 1000110 | 1011111 | 11100011 | 1000101 | 111010 | 0 | 1011 | 11100110 | 1001010 | 111010 |
Color Harmonies of #465FE3
Complementary color
Monochromatic Colors of #465FE3
Black with #465FE3
Text Example
Text Example
White with #465FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465FE3; }
p { color: rgb(70,95,227); }
H1.HeaderClassName
{
color: #465FE3;
}
.AnyTagClassName
{
color: #465FE3;
}
</style>
background-color css
<style>
a { background-color: #465FE3; }
a { background-color: rgb(70,95,227); }
div.DivClassName
{
background-color: #465FE3;
}
.BgClassName
{
background-color: #465FE3;
}
</style>
border-color css
<style>
span { border-color: #465FE3; }
span { border-color: rgb(70,95,227); }
td.TdClassName
{
border-color: #465FE3;
}
.TagClassName
{
border-color: #465FE3;
}
</style>