Shades of Royal Blue #427AD0
Tints of Royal Blue #427AD0
RGB
CMYK
RGB Variations
Color information
#427AD0 (or 0x427AD0) is known color: Royal Blue. HEX triplet: 42, 7A and D0. RGB value is (66,122,208). Sum of RGB (Red+Green+Blue) = 66+122+208=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 208 (81.64% from 255 or 52.53% from 396); Max value from RGB is 208 - color contains mainly: blue. Hex color #427AD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427AD0 is #BD852F. Grayscale: #727272. Windows color (decimal): -12420400 or 13662786. OLE color: 13662786.
HSL color Cylindrical-coordinate representation of color #427AD0: hue angle of 216.34º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #427AD0 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 122 | 208 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.18 |
| HSL | 216.34º | 0.6% | 0.54% | - |
| HSV(B) | 216.34º | 0.68% | 0.82% | - |
| XYZ | 20.59 | 19.63 | 62.38 | - |
| YUV | 115.06 | 180.45 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 122 | 208 | 0.68 | 0.41 | 0 | 0.18 | 216.34 | 0.6 | 0.54 |
| Hex | 42 | 7A | D0 | 44 | 29 | 0 | 12 | D8 | 3C | 36 |
| Octal | 102 | 172 | 320 | 104 | 51 | 0 | 22 | 330 | 74 | 66 |
| Binary | 1000010 | 1111010 | 11010000 | 1000100 | 101001 | 0 | 10010 | 11011000 | 111100 | 110110 |
Color Harmonies of #427AD0
Complementary color
Monochromatic Colors of #427AD0
Black with #427AD0
Text Example
Text Example
White with #427AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427AD0; }
p { color: rgb(66,122,208); }
H1.HeaderClassName
{
color: #427AD0;
}
.AnyTagClassName
{
color: #427AD0;
}
</style>
background-color css
<style>
a { background-color: #427AD0; }
a { background-color: rgb(66,122,208); }
div.DivClassName
{
background-color: #427AD0;
}
.BgClassName
{
background-color: #427AD0;
}
</style>
border-color css
<style>
span { border-color: #427AD0; }
span { border-color: rgb(66,122,208); }
td.TdClassName
{
border-color: #427AD0;
}
.TagClassName
{
border-color: #427AD0;
}
</style>