Shades of Royal Blue #427AD5
Tints of Royal Blue #427AD5
RGB
CMYK
RGB Variations
Color information
#427AD5 (or 0x427AD5) is known color: Royal Blue. HEX triplet: 42, 7A and D5. RGB value is (66,122,213). Sum of RGB (Red+Green+Blue) = 66+122+213=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 213 (83.59% from 255 or 53.12% from 401); Max value from RGB is 213 - color contains mainly: blue. Hex color #427AD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427AD5 is #BD852A. Grayscale: #737373. Windows color (decimal): -12420395 or 13990466. OLE color: 13990466.
HSL color Cylindrical-coordinate representation of color #427AD5: hue angle of 217.14º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #427AD5 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 122 | 213 | - |
| CMYK | 0.69 | 0.43 | 0 | 0.16 |
| HSL | 217.14º | 0.64% | 0.55% | - |
| HSV(B) | 217.14º | 0.69% | 0.84% | - |
| XYZ | 21.22 | 19.88 | 65.67 | - |
| YUV | 115.63 | 182.95 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 122 | 213 | 0.69 | 0.43 | 0 | 0.16 | 217.14 | 0.64 | 0.55 |
| Hex | 42 | 7A | D5 | 45 | 2B | 0 | 10 | D9 | 40 | 37 |
| Octal | 102 | 172 | 325 | 105 | 53 | 0 | 20 | 331 | 100 | 67 |
| Binary | 1000010 | 1111010 | 11010101 | 1000101 | 101011 | 0 | 10000 | 11011001 | 1000000 | 110111 |
Color Harmonies of #427AD5
Complementary color
Monochromatic Colors of #427AD5
Black with #427AD5
Text Example
Text Example
White with #427AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427AD5; }
p { color: rgb(66,122,213); }
H1.HeaderClassName
{
color: #427AD5;
}
.AnyTagClassName
{
color: #427AD5;
}
</style>
background-color css
<style>
a { background-color: #427AD5; }
a { background-color: rgb(66,122,213); }
div.DivClassName
{
background-color: #427AD5;
}
.BgClassName
{
background-color: #427AD5;
}
</style>
border-color css
<style>
span { border-color: #427AD5; }
span { border-color: rgb(66,122,213); }
td.TdClassName
{
border-color: #427AD5;
}
.TagClassName
{
border-color: #427AD5;
}
</style>