Shades of Royal Blue #467FEF
Tints of Royal Blue #467FEF
RGB
CMYK
RGB Variations
Color information
#467FEF (or 0x467FEF) is known color: Royal Blue. HEX triplet: 46, 7F and EF. RGB value is (70,127,239). Sum of RGB (Red+Green+Blue) = 70+127+239=436 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.06% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #467FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467FEF is #B98010. Grayscale: #7A7A7A. Windows color (decimal): -12156945 or 15695686. OLE color: 15695686.
HSL color Cylindrical-coordinate representation of color #467FEF: hue angle of 219.76º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #467FEF is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 127 | 239 | - |
| CMYK | 0.71 | 0.47 | 0 | 0.06 |
| HSL | 219.76º | 0.84% | 0.61% | - |
| HSV(B) | 219.76º | 0.71% | 0.94% | - |
| XYZ | 25.7 | 22.71 | 84.69 | - |
| YUV | 122.73 | 193.62 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 239 | 0.71 | 0.47 | 0 | 0.06 | 219.76 | 0.84 | 0.61 |
| Hex | 46 | 7F | EF | 47 | 2F | 0 | 6 | DC | 54 | 3D |
| Octal | 106 | 177 | 357 | 107 | 57 | 0 | 6 | 334 | 124 | 75 |
| Binary | 1000110 | 1111111 | 11101111 | 1000111 | 101111 | 0 | 110 | 11011100 | 1010100 | 111101 |
Color Harmonies of #467FEF
Complementary color
Monochromatic Colors of #467FEF
Black with #467FEF
Text Example
Text Example
White with #467FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467FEF; }
p { color: rgb(70,127,239); }
H1.HeaderClassName
{
color: #467FEF;
}
.AnyTagClassName
{
color: #467FEF;
}
</style>
background-color css
<style>
a { background-color: #467FEF; }
a { background-color: rgb(70,127,239); }
div.DivClassName
{
background-color: #467FEF;
}
.BgClassName
{
background-color: #467FEF;
}
</style>
border-color css
<style>
span { border-color: #467FEF; }
span { border-color: rgb(70,127,239); }
td.TdClassName
{
border-color: #467FEF;
}
.TagClassName
{
border-color: #467FEF;
}
</style>