Shades of Royal Blue #4075CD
Tints of Royal Blue #4075CD
RGB
CMYK
RGB Variations
Color information
#4075CD (or 0x4075CD) is known color: Royal Blue. HEX triplet: 40, 75 and CD. RGB value is (64,117,205). Sum of RGB (Red+Green+Blue) = 64+117+205=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #4075CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4075CD is #BF8A32. Grayscale: #6E6E6E. Windows color (decimal): -12552755 or 13464896. OLE color: 13464896.
HSL color Cylindrical-coordinate representation of color #4075CD: hue angle of 217.45º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4075CD is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 117 | 205 | - |
| CMYK | 0.69 | 0.43 | 0 | 0.20 |
| HSL | 217.45º | 0.59% | 0.53% | - |
| HSV(B) | 217.45º | 0.69% | 0.8% | - |
| XYZ | 19.5 | 18.22 | 60.25 | - |
| YUV | 111.19 | 180.94 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 117 | 205 | 0.69 | 0.43 | 0 | 0.20 | 217.45 | 0.59 | 0.53 |
| Hex | 40 | 75 | CD | 45 | 2B | 0 | 14 | D9 | 3B | 35 |
| Octal | 100 | 165 | 315 | 105 | 53 | 0 | 24 | 331 | 73 | 65 |
| Binary | 1000000 | 1110101 | 11001101 | 1000101 | 101011 | 0 | 10100 | 11011001 | 111011 | 110101 |
Color Harmonies of #4075CD
Complementary color
Monochromatic Colors of #4075CD
Black with #4075CD
Text Example
Text Example
White with #4075CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4075CD; }
p { color: rgb(64,117,205); }
H1.HeaderClassName
{
color: #4075CD;
}
.AnyTagClassName
{
color: #4075CD;
}
</style>
background-color css
<style>
a { background-color: #4075CD; }
a { background-color: rgb(64,117,205); }
div.DivClassName
{
background-color: #4075CD;
}
.BgClassName
{
background-color: #4075CD;
}
</style>
border-color css
<style>
span { border-color: #4075CD; }
span { border-color: rgb(64,117,205); }
td.TdClassName
{
border-color: #4075CD;
}
.TagClassName
{
border-color: #4075CD;
}
</style>