Shades of Royal Blue #465FDC
Tints of Royal Blue #465FDC
RGB
CMYK
RGB Variations
Color information
#465FDC (or 0x465FDC) is known color: Royal Blue. HEX triplet: 46, 5F and DC. RGB value is (70,95,220). Sum of RGB (Red+Green+Blue) = 70+95+220=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #465FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465FDC is #B9A023. Grayscale: #656565. Windows color (decimal): -12165156 or 14442310. OLE color: 14442310.
HSL color Cylindrical-coordinate representation of color #465FDC: hue angle of 230º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #465FDC is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 95 | 220 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.14 |
| HSL | 230º | 0.68% | 0.57% | - |
| HSV(B) | 230º | 0.68% | 0.86% | - |
| XYZ | 19.54 | 14.65 | 69.51 | - |
| YUV | 101.78 | 194.72 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 220 | 0.68 | 0.57 | 0 | 0.14 | 230 | 0.68 | 0.57 |
| Hex | 46 | 5F | DC | 44 | 39 | 0 | E | E6 | 44 | 39 |
| Octal | 106 | 137 | 334 | 104 | 71 | 0 | 16 | 346 | 104 | 71 |
| Binary | 1000110 | 1011111 | 11011100 | 1000100 | 111001 | 0 | 1110 | 11100110 | 1000100 | 111001 |
Color Harmonies of #465FDC
Complementary color
Monochromatic Colors of #465FDC
Black with #465FDC
Text Example
Text Example
White with #465FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465FDC; }
p { color: rgb(70,95,220); }
H1.HeaderClassName
{
color: #465FDC;
}
.AnyTagClassName
{
color: #465FDC;
}
</style>
background-color css
<style>
a { background-color: #465FDC; }
a { background-color: rgb(70,95,220); }
div.DivClassName
{
background-color: #465FDC;
}
.BgClassName
{
background-color: #465FDC;
}
</style>
border-color css
<style>
span { border-color: #465FDC; }
span { border-color: rgb(70,95,220); }
td.TdClassName
{
border-color: #465FDC;
}
.TagClassName
{
border-color: #465FDC;
}
</style>