Shades of Royal Blue #465FD8
Tints of Royal Blue #465FD8
RGB
CMYK
RGB Variations
Color information
#465FD8 (or 0x465FD8) is known color: Royal Blue. HEX triplet: 46, 5F and D8. RGB value is (70,95,216). Sum of RGB (Red+Green+Blue) = 70+95+216=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 216 (84.77% from 255 or 56.69% from 381); Max value from RGB is 216 - color contains mainly: blue. Hex color #465FD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465FD8 is #B9A027. Grayscale: #646464. Windows color (decimal): -12165160 or 14180166. OLE color: 14180166.
HSL color Cylindrical-coordinate representation of color #465FD8: hue angle of 229.73º degrees, saturation: 0.65, 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 #465FD8 is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 95 | 216 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.15 |
| HSL | 229.73º | 0.65% | 0.56% | - |
| HSV(B) | 229.73º | 0.68% | 0.85% | - |
| XYZ | 19.01 | 14.44 | 66.75 | - |
| YUV | 101.32 | 192.72 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 216 | 0.68 | 0.56 | 0 | 0.15 | 229.73 | 0.65 | 0.56 |
| Hex | 46 | 5F | D8 | 44 | 38 | 0 | F | E6 | 41 | 38 |
| Octal | 106 | 137 | 330 | 104 | 70 | 0 | 17 | 346 | 101 | 70 |
| Binary | 1000110 | 1011111 | 11011000 | 1000100 | 111000 | 0 | 1111 | 11100110 | 1000001 | 111000 |
Color Harmonies of #465FD8
Complementary color
Monochromatic Colors of #465FD8
Black with #465FD8
Text Example
Text Example
White with #465FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465FD8; }
p { color: rgb(70,95,216); }
H1.HeaderClassName
{
color: #465FD8;
}
.AnyTagClassName
{
color: #465FD8;
}
</style>
background-color css
<style>
a { background-color: #465FD8; }
a { background-color: rgb(70,95,216); }
div.DivClassName
{
background-color: #465FD8;
}
.BgClassName
{
background-color: #465FD8;
}
</style>
border-color css
<style>
span { border-color: #465FD8; }
span { border-color: rgb(70,95,216); }
td.TdClassName
{
border-color: #465FD8;
}
.TagClassName
{
border-color: #465FD8;
}
</style>