Shades of Royal Blue #4070FE
Tints of Royal Blue #4070FE
RGB
CMYK
RGB Variations
Color information
#4070FE (or 0x4070FE) is known color: Royal Blue. HEX triplet: 40, 70 and FE. RGB value is (64,112,254). Sum of RGB (Red+Green+Blue) = 64+112+254=430 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.88% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #4070FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4070FE is #BF8F01. Grayscale: #717171. Windows color (decimal): -12553986 or 16674880. OLE color: 16674880.
HSL color Cylindrical-coordinate representation of color #4070FE: hue angle of 224.84º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4070FE is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 112 | 254 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.00 |
| HSL | 224.84º | 0.99% | 0.62% | - |
| HSV(B) | 224.84º | 0.75% | 1% | - |
| XYZ | 25.8 | 19.83 | 96.23 | - |
| YUV | 113.84 | 207.1 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 112 | 254 | 0.75 | 0.56 | 0 | 0.00 | 224.84 | 0.99 | 0.62 |
| Hex | 40 | 70 | FE | 4B | 38 | 0 | 0 | E1 | 63 | 3E |
| Octal | 100 | 160 | 376 | 113 | 70 | 0 | 0 | 341 | 143 | 76 |
| Binary | 1000000 | 1110000 | 11111110 | 1001011 | 111000 | 0 | 0 | 11100001 | 1100011 | 111110 |
Color Harmonies of #4070FE
Complementary color
Monochromatic Colors of #4070FE
Black with #4070FE
Text Example
Text Example
White with #4070FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4070FE; }
p { color: rgb(64,112,254); }
H1.HeaderClassName
{
color: #4070FE;
}
.AnyTagClassName
{
color: #4070FE;
}
</style>
background-color css
<style>
a { background-color: #4070FE; }
a { background-color: rgb(64,112,254); }
div.DivClassName
{
background-color: #4070FE;
}
.BgClassName
{
background-color: #4070FE;
}
</style>
border-color css
<style>
span { border-color: #4070FE; }
span { border-color: rgb(64,112,254); }
td.TdClassName
{
border-color: #4070FE;
}
.TagClassName
{
border-color: #4070FE;
}
</style>