Shades of Royal Blue #467BED
Tints of Royal Blue #467BED
RGB
CMYK
RGB Variations
Color information
#467BED (or 0x467BED) is known color: Royal Blue. HEX triplet: 46, 7B and ED. RGB value is (70,123,237). Sum of RGB (Red+Green+Blue) = 70+123+237=430 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.28% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #467BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467BED is #B98412. Grayscale: #777777. Windows color (decimal): -12157971 or 15563590. OLE color: 15563590.
HSL color Cylindrical-coordinate representation of color #467BED: hue angle of 220.96º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #467BED is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 123 | 237 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.07 |
| HSL | 220.96º | 0.82% | 0.6% | - |
| HSV(B) | 220.96º | 0.7% | 0.93% | - |
| XYZ | 24.89 | 21.58 | 82.97 | - |
| YUV | 120.15 | 193.94 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 237 | 0.70 | 0.48 | 0 | 0.07 | 220.96 | 0.82 | 0.6 |
| Hex | 46 | 7B | ED | 46 | 30 | 0 | 7 | DD | 52 | 3C |
| Octal | 106 | 173 | 355 | 106 | 60 | 0 | 7 | 335 | 122 | 74 |
| Binary | 1000110 | 1111011 | 11101101 | 1000110 | 110000 | 0 | 111 | 11011101 | 1010010 | 111100 |
Color Harmonies of #467BED
Complementary color
Monochromatic Colors of #467BED
Black with #467BED
Text Example
Text Example
White with #467BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467BED; }
p { color: rgb(70,123,237); }
H1.HeaderClassName
{
color: #467BED;
}
.AnyTagClassName
{
color: #467BED;
}
</style>
background-color css
<style>
a { background-color: #467BED; }
a { background-color: rgb(70,123,237); }
div.DivClassName
{
background-color: #467BED;
}
.BgClassName
{
background-color: #467BED;
}
</style>
border-color css
<style>
span { border-color: #467BED; }
span { border-color: rgb(70,123,237); }
td.TdClassName
{
border-color: #467BED;
}
.TagClassName
{
border-color: #467BED;
}
</style>