Shades of Royal Blue #465FDA
Tints of Royal Blue #465FDA
RGB
CMYK
RGB Variations
Color information
#465FDA (or 0x465FDA) is known color: Royal Blue. HEX triplet: 46, 5F and DA. RGB value is (70,95,218). Sum of RGB (Red+Green+Blue) = 70+95+218=383 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.28% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 218 (85.55% from 255 or 56.92% from 383); Max value from RGB is 218 - color contains mainly: blue. Hex color #465FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465FDA is #B9A025. Grayscale: #656565. Windows color (decimal): -12165158 or 14311238. OLE color: 14311238.
HSL color Cylindrical-coordinate representation of color #465FDA: hue angle of 229.86º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #465FDA is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 95 | 218 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.15 |
| HSL | 229.86º | 0.67% | 0.56% | - |
| HSV(B) | 229.86º | 0.68% | 0.85% | - |
| XYZ | 19.27 | 14.55 | 68.12 | - |
| YUV | 101.55 | 193.72 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 218 | 0.68 | 0.56 | 0 | 0.15 | 229.86 | 0.67 | 0.56 |
| Hex | 46 | 5F | DA | 44 | 38 | 0 | F | E6 | 43 | 38 |
| Octal | 106 | 137 | 332 | 104 | 70 | 0 | 17 | 346 | 103 | 70 |
| Binary | 1000110 | 1011111 | 11011010 | 1000100 | 111000 | 0 | 1111 | 11100110 | 1000011 | 111000 |
Color Harmonies of #465FDA
Complementary color
Monochromatic Colors of #465FDA
Black with #465FDA
Text Example
Text Example
White with #465FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465FDA; }
p { color: rgb(70,95,218); }
H1.HeaderClassName
{
color: #465FDA;
}
.AnyTagClassName
{
color: #465FDA;
}
</style>
background-color css
<style>
a { background-color: #465FDA; }
a { background-color: rgb(70,95,218); }
div.DivClassName
{
background-color: #465FDA;
}
.BgClassName
{
background-color: #465FDA;
}
</style>
border-color css
<style>
span { border-color: #465FDA; }
span { border-color: rgb(70,95,218); }
td.TdClassName
{
border-color: #465FDA;
}
.TagClassName
{
border-color: #465FDA;
}
</style>