Shades of Royal Blue #465FEA
Tints of Royal Blue #465FEA
RGB
CMYK
RGB Variations
Color information
#465FEA (or 0x465FEA) is known color: Royal Blue. HEX triplet: 46, 5F and EA. RGB value is (70,95,234). Sum of RGB (Red+Green+Blue) = 70+95+234=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #465FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465FEA is #B9A015. Grayscale: #666666. Windows color (decimal): -12165142 or 15359814. OLE color: 15359814.
HSL color Cylindrical-coordinate representation of color #465FEA: hue angle of 230.85º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #465FEA is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 95 | 234 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.08 |
| HSL | 230.85º | 0.8% | 0.6% | - |
| HSV(B) | 230.85º | 0.7% | 0.92% | - |
| XYZ | 21.47 | 15.43 | 79.69 | - |
| YUV | 103.37 | 201.72 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 234 | 0.70 | 0.59 | 0 | 0.08 | 230.85 | 0.8 | 0.6 |
| Hex | 46 | 5F | EA | 46 | 3B | 0 | 8 | E7 | 50 | 3C |
| Octal | 106 | 137 | 352 | 106 | 73 | 0 | 10 | 347 | 120 | 74 |
| Binary | 1000110 | 1011111 | 11101010 | 1000110 | 111011 | 0 | 1000 | 11100111 | 1010000 | 111100 |
Color Harmonies of #465FEA
Complementary color
Monochromatic Colors of #465FEA
Black with #465FEA
Text Example
Text Example
White with #465FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465FEA; }
p { color: rgb(70,95,234); }
H1.HeaderClassName
{
color: #465FEA;
}
.AnyTagClassName
{
color: #465FEA;
}
</style>
background-color css
<style>
a { background-color: #465FEA; }
a { background-color: rgb(70,95,234); }
div.DivClassName
{
background-color: #465FEA;
}
.BgClassName
{
background-color: #465FEA;
}
</style>
border-color css
<style>
span { border-color: #465FEA; }
span { border-color: rgb(70,95,234); }
td.TdClassName
{
border-color: #465FEA;
}
.TagClassName
{
border-color: #465FEA;
}
</style>