Shades of Royal Blue #4075D2
Tints of Royal Blue #4075D2
RGB
CMYK
RGB Variations
Color information
#4075D2 (or 0x4075D2) is known color: Royal Blue. HEX triplet: 40, 75 and D2. RGB value is (64,117,210). Sum of RGB (Red+Green+Blue) = 64+117+210=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 210 (82.42% from 255 or 53.71% from 391); Max value from RGB is 210 - color contains mainly: blue. Hex color #4075D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4075D2 is #BF8A2D. Grayscale: #6F6F6F. Windows color (decimal): -12552750 or 13792576. OLE color: 13792576.
HSL color Cylindrical-coordinate representation of color #4075D2: hue angle of 218.22º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4075D2 is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 117 | 210 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.18 |
| HSL | 218.22º | 0.62% | 0.54% | - |
| HSV(B) | 218.22º | 0.7% | 0.82% | - |
| XYZ | 20.11 | 18.47 | 63.48 | - |
| YUV | 111.76 | 183.44 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 117 | 210 | 0.70 | 0.44 | 0 | 0.18 | 218.22 | 0.62 | 0.54 |
| Hex | 40 | 75 | D2 | 46 | 2C | 0 | 12 | DA | 3E | 36 |
| Octal | 100 | 165 | 322 | 106 | 54 | 0 | 22 | 332 | 76 | 66 |
| Binary | 1000000 | 1110101 | 11010010 | 1000110 | 101100 | 0 | 10010 | 11011010 | 111110 | 110110 |
Color Harmonies of #4075D2
Complementary color
Monochromatic Colors of #4075D2
Black with #4075D2
Text Example
Text Example
White with #4075D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4075D2; }
p { color: rgb(64,117,210); }
H1.HeaderClassName
{
color: #4075D2;
}
.AnyTagClassName
{
color: #4075D2;
}
</style>
background-color css
<style>
a { background-color: #4075D2; }
a { background-color: rgb(64,117,210); }
div.DivClassName
{
background-color: #4075D2;
}
.BgClassName
{
background-color: #4075D2;
}
</style>
border-color css
<style>
span { border-color: #4075D2; }
span { border-color: rgb(64,117,210); }
td.TdClassName
{
border-color: #4075D2;
}
.TagClassName
{
border-color: #4075D2;
}
</style>