Shades of Royal Blue #4075FB
Tints of Royal Blue #4075FB
RGB
CMYK
RGB Variations
Color information
#4075FB (or 0x4075FB) is known color: Royal Blue. HEX triplet: 40, 75 and FB. RGB value is (64,117,251). Sum of RGB (Red+Green+Blue) = 64+117+251=432 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.81% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #4075FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4075FB is #BF8A04. Grayscale: #737373. Windows color (decimal): -12552709 or 16479552. OLE color: 16479552.
HSL color Cylindrical-coordinate representation of color #4075FB: hue angle of 222.99º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4075FB is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 117 | 251 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.02 |
| HSL | 222.99º | 0.96% | 0.62% | - |
| HSV(B) | 222.99º | 0.75% | 0.98% | - |
| XYZ | 25.89 | 20.78 | 93.91 | - |
| YUV | 116.43 | 203.94 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 117 | 251 | 0.75 | 0.53 | 0 | 0.02 | 222.99 | 0.96 | 0.62 |
| Hex | 40 | 75 | FB | 4B | 35 | 0 | 2 | DF | 60 | 3E |
| Octal | 100 | 165 | 373 | 113 | 65 | 0 | 2 | 337 | 140 | 76 |
| Binary | 1000000 | 1110101 | 11111011 | 1001011 | 110101 | 0 | 10 | 11011111 | 1100000 | 111110 |
Color Harmonies of #4075FB
Complementary color
Monochromatic Colors of #4075FB
Black with #4075FB
Text Example
Text Example
White with #4075FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4075FB; }
p { color: rgb(64,117,251); }
H1.HeaderClassName
{
color: #4075FB;
}
.AnyTagClassName
{
color: #4075FB;
}
</style>
background-color css
<style>
a { background-color: #4075FB; }
a { background-color: rgb(64,117,251); }
div.DivClassName
{
background-color: #4075FB;
}
.BgClassName
{
background-color: #4075FB;
}
</style>
border-color css
<style>
span { border-color: #4075FB; }
span { border-color: rgb(64,117,251); }
td.TdClassName
{
border-color: #4075FB;
}
.TagClassName
{
border-color: #4075FB;
}
</style>