Shades of Royal Blue #4075DF
Tints of Royal Blue #4075DF
RGB
CMYK
RGB Variations
Color information
#4075DF (or 0x4075DF) is known color: Royal Blue. HEX triplet: 40, 75 and DF. RGB value is (64,117,223). Sum of RGB (Red+Green+Blue) = 64+117+223=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #4075DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4075DF is #BF8A20. Grayscale: #707070. Windows color (decimal): -12552737 or 14644544. OLE color: 14644544.
HSL color Cylindrical-coordinate representation of color #4075DF: hue angle of 220º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4075DF is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 117 | 223 | - |
| CMYK | 0.71 | 0.48 | 0 | 0.13 |
| HSL | 220º | 0.71% | 0.56% | - |
| HSV(B) | 220º | 0.71% | 0.87% | - |
| XYZ | 21.79 | 19.14 | 72.36 | - |
| YUV | 113.24 | 189.94 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 117 | 223 | 0.71 | 0.48 | 0 | 0.13 | 220 | 0.71 | 0.56 |
| Hex | 40 | 75 | DF | 47 | 30 | 0 | D | DC | 47 | 38 |
| Octal | 100 | 165 | 337 | 107 | 60 | 0 | 15 | 334 | 107 | 70 |
| Binary | 1000000 | 1110101 | 11011111 | 1000111 | 110000 | 0 | 1101 | 11011100 | 1000111 | 111000 |
Color Harmonies of #4075DF
Complementary color
Monochromatic Colors of #4075DF
Black with #4075DF
Text Example
Text Example
White with #4075DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4075DF; }
p { color: rgb(64,117,223); }
H1.HeaderClassName
{
color: #4075DF;
}
.AnyTagClassName
{
color: #4075DF;
}
</style>
background-color css
<style>
a { background-color: #4075DF; }
a { background-color: rgb(64,117,223); }
div.DivClassName
{
background-color: #4075DF;
}
.BgClassName
{
background-color: #4075DF;
}
</style>
border-color css
<style>
span { border-color: #4075DF; }
span { border-color: rgb(64,117,223); }
td.TdClassName
{
border-color: #4075DF;
}
.TagClassName
{
border-color: #4075DF;
}
</style>