Shades of Royal Blue #4075FA
Tints of Royal Blue #4075FA
RGB
CMYK
RGB Variations
Color information
#4075FA (or 0x4075FA) is known color: Royal Blue. HEX triplet: 40, 75 and FA. RGB value is (64,117,250). Sum of RGB (Red+Green+Blue) = 64+117+250=431 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.85% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #4075FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4075FA is #BF8A05. Grayscale: #737373. Windows color (decimal): -12552710 or 16414016. OLE color: 16414016.
HSL color Cylindrical-coordinate representation of color #4075FA: hue angle of 222.9º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4075FA is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 117 | 250 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.02 |
| HSL | 222.9º | 0.95% | 0.62% | - |
| HSV(B) | 222.9º | 0.74% | 0.98% | - |
| XYZ | 25.73 | 20.71 | 93.08 | - |
| YUV | 116.32 | 203.44 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 117 | 250 | 0.74 | 0.53 | 0 | 0.02 | 222.9 | 0.95 | 0.62 |
| Hex | 40 | 75 | FA | 4A | 35 | 0 | 2 | DF | 5F | 3E |
| Octal | 100 | 165 | 372 | 112 | 65 | 0 | 2 | 337 | 137 | 76 |
| Binary | 1000000 | 1110101 | 11111010 | 1001010 | 110101 | 0 | 10 | 11011111 | 1011111 | 111110 |
Color Harmonies of #4075FA
Complementary color
Monochromatic Colors of #4075FA
Black with #4075FA
Text Example
Text Example
White with #4075FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4075FA; }
p { color: rgb(64,117,250); }
H1.HeaderClassName
{
color: #4075FA;
}
.AnyTagClassName
{
color: #4075FA;
}
</style>
background-color css
<style>
a { background-color: #4075FA; }
a { background-color: rgb(64,117,250); }
div.DivClassName
{
background-color: #4075FA;
}
.BgClassName
{
background-color: #4075FA;
}
</style>
border-color css
<style>
span { border-color: #4075FA; }
span { border-color: rgb(64,117,250); }
td.TdClassName
{
border-color: #4075FA;
}
.TagClassName
{
border-color: #4075FA;
}
</style>