Shades of Royal Blue #4075FF
Tints of Royal Blue #4075FF
RGB
CMYK
RGB Variations
Color information
#4075FF (or 0x4075FF) is known color: Royal Blue. HEX triplet: 40, 75 and FF. RGB value is (64,117,255). Sum of RGB (Red+Green+Blue) = 64+117+255=436 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.68% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #4075FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4075FF is #BF8A00. Grayscale: #747474. Windows color (decimal): -12552705 or 16741696. OLE color: 16741696.
HSL color Cylindrical-coordinate representation of color #4075FF: hue angle of 223.35º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4075FF is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 117 | 255 | - |
| CMYK | 0.75 | 0.54 | 0 | 0 |
| HSL | 223.35º | 1% | 0.63% | - |
| HSV(B) | 223.35º | 0.75% | 1% | - |
| XYZ | 26.53 | 21.03 | 97.27 | - |
| YUV | 116.89 | 205.94 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 117 | 255 | 0.75 | 0.54 | 0 | 0 | 223.35 | 1 | 0.63 |
| Hex | 40 | 75 | FF | 4B | 36 | 0 | 0 | DF | 64 | 3F |
| Octal | 100 | 165 | 377 | 113 | 66 | 0 | 0 | 337 | 144 | 77 |
| Binary | 1000000 | 1110101 | 11111111 | 1001011 | 110110 | 0 | 0 | 11011111 | 1100100 | 111111 |
Color Harmonies of #4075FF
Complementary color
Monochromatic Colors of #4075FF
Black with #4075FF
Text Example
Text Example
White with #4075FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4075FF; }
p { color: rgb(64,117,255); }
H1.HeaderClassName
{
color: #4075FF;
}
.AnyTagClassName
{
color: #4075FF;
}
</style>
background-color css
<style>
a { background-color: #4075FF; }
a { background-color: rgb(64,117,255); }
div.DivClassName
{
background-color: #4075FF;
}
.BgClassName
{
background-color: #4075FF;
}
</style>
border-color css
<style>
span { border-color: #4075FF; }
span { border-color: rgb(64,117,255); }
td.TdClassName
{
border-color: #4075FF;
}
.TagClassName
{
border-color: #4075FF;
}
</style>