Shades of Royal Blue #4075FC
Tints of Royal Blue #4075FC
RGB
CMYK
RGB Variations
Color information
#4075FC (or 0x4075FC) is known color: Royal Blue. HEX triplet: 40, 75 and FC. RGB value is (64,117,252). Sum of RGB (Red+Green+Blue) = 64+117+252=433 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.78% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #4075FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4075FC is #BF8A03. Grayscale: #737373. Windows color (decimal): -12552708 or 16545088. OLE color: 16545088.
HSL color Cylindrical-coordinate representation of color #4075FC: hue angle of 223.09º degrees, saturation: 0.97, 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 #4075FC is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 117 | 252 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.01 |
| HSL | 223.09º | 0.97% | 0.62% | - |
| HSV(B) | 223.09º | 0.75% | 0.99% | - |
| XYZ | 26.05 | 20.84 | 94.75 | - |
| YUV | 116.54 | 204.44 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 117 | 252 | 0.75 | 0.54 | 0 | 0.01 | 223.09 | 0.97 | 0.62 |
| Hex | 40 | 75 | FC | 4B | 36 | 0 | 1 | DF | 61 | 3E |
| Octal | 100 | 165 | 374 | 113 | 66 | 0 | 1 | 337 | 141 | 76 |
| Binary | 1000000 | 1110101 | 11111100 | 1001011 | 110110 | 0 | 1 | 11011111 | 1100001 | 111110 |
Color Harmonies of #4075FC
Complementary color
Monochromatic Colors of #4075FC
Black with #4075FC
Text Example
Text Example
White with #4075FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4075FC; }
p { color: rgb(64,117,252); }
H1.HeaderClassName
{
color: #4075FC;
}
.AnyTagClassName
{
color: #4075FC;
}
</style>
background-color css
<style>
a { background-color: #4075FC; }
a { background-color: rgb(64,117,252); }
div.DivClassName
{
background-color: #4075FC;
}
.BgClassName
{
background-color: #4075FC;
}
</style>
border-color css
<style>
span { border-color: #4075FC; }
span { border-color: rgb(64,117,252); }
td.TdClassName
{
border-color: #4075FC;
}
.TagClassName
{
border-color: #4075FC;
}
</style>