Shades of Royal Blue #4075CA
Tints of Royal Blue #4075CA
RGB
CMYK
RGB Variations
Color information
#4075CA (or 0x4075CA) is known color: Royal Blue. HEX triplet: 40, 75 and CA. RGB value is (64,117,202). Sum of RGB (Red+Green+Blue) = 64+117+202=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #4075CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4075CA is #BF8A35. Grayscale: #6E6E6E. Windows color (decimal): -12552758 or 13268288. OLE color: 13268288.
HSL color Cylindrical-coordinate representation of color #4075CA: hue angle of 216.96º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4075CA is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 117 | 202 | - |
| CMYK | 0.68 | 0.42 | 0 | 0.21 |
| HSL | 216.96º | 0.57% | 0.52% | - |
| HSV(B) | 216.96º | 0.68% | 0.79% | - |
| XYZ | 19.14 | 18.08 | 58.36 | - |
| YUV | 110.84 | 179.44 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 117 | 202 | 0.68 | 0.42 | 0 | 0.21 | 216.96 | 0.57 | 0.52 |
| Hex | 40 | 75 | CA | 44 | 2A | 0 | 15 | D9 | 39 | 34 |
| Octal | 100 | 165 | 312 | 104 | 52 | 0 | 25 | 331 | 71 | 64 |
| Binary | 1000000 | 1110101 | 11001010 | 1000100 | 101010 | 0 | 10101 | 11011001 | 111001 | 110100 |
Color Harmonies of #4075CA
Complementary color
Monochromatic Colors of #4075CA
Black with #4075CA
Text Example
Text Example
White with #4075CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4075CA; }
p { color: rgb(64,117,202); }
H1.HeaderClassName
{
color: #4075CA;
}
.AnyTagClassName
{
color: #4075CA;
}
</style>
background-color css
<style>
a { background-color: #4075CA; }
a { background-color: rgb(64,117,202); }
div.DivClassName
{
background-color: #4075CA;
}
.BgClassName
{
background-color: #4075CA;
}
</style>
border-color css
<style>
span { border-color: #4075CA; }
span { border-color: rgb(64,117,202); }
td.TdClassName
{
border-color: #4075CA;
}
.TagClassName
{
border-color: #4075CA;
}
</style>