Shades of Royal Blue #4075FD
Tints of Royal Blue #4075FD
RGB
CMYK
RGB Variations
Color information
#4075FD (or 0x4075FD) is known color: Royal Blue. HEX triplet: 40, 75 and FD. RGB value is (64,117,253). Sum of RGB (Red+Green+Blue) = 64+117+253=434 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.75% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #4075FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4075FD is #BF8A02. Grayscale: #747474. Windows color (decimal): -12552707 or 16610624. OLE color: 16610624.
HSL color Cylindrical-coordinate representation of color #4075FD: hue angle of 223.17º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4075FD is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 117 | 253 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.01 |
| HSL | 223.17º | 0.98% | 0.62% | - |
| HSV(B) | 223.17º | 0.75% | 0.99% | - |
| XYZ | 26.21 | 20.9 | 95.58 | - |
| YUV | 116.66 | 204.94 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 117 | 253 | 0.75 | 0.54 | 0 | 0.01 | 223.17 | 0.98 | 0.62 |
| Hex | 40 | 75 | FD | 4B | 36 | 0 | 1 | DF | 62 | 3E |
| Octal | 100 | 165 | 375 | 113 | 66 | 0 | 1 | 337 | 142 | 76 |
| Binary | 1000000 | 1110101 | 11111101 | 1001011 | 110110 | 0 | 1 | 11011111 | 1100010 | 111110 |
Color Harmonies of #4075FD
Complementary color
Monochromatic Colors of #4075FD
Black with #4075FD
Text Example
Text Example
White with #4075FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4075FD; }
p { color: rgb(64,117,253); }
H1.HeaderClassName
{
color: #4075FD;
}
.AnyTagClassName
{
color: #4075FD;
}
</style>
background-color css
<style>
a { background-color: #4075FD; }
a { background-color: rgb(64,117,253); }
div.DivClassName
{
background-color: #4075FD;
}
.BgClassName
{
background-color: #4075FD;
}
</style>
border-color css
<style>
span { border-color: #4075FD; }
span { border-color: rgb(64,117,253); }
td.TdClassName
{
border-color: #4075FD;
}
.TagClassName
{
border-color: #4075FD;
}
</style>