Shades of Royal Blue #427EDA
Tints of Royal Blue #427EDA
RGB
CMYK
RGB Variations
Color information
#427EDA (or 0x427EDA) is known color: Royal Blue. HEX triplet: 42, 7E and DA. RGB value is (66,126,218). Sum of RGB (Red+Green+Blue) = 66+126+218=410 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.10% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #427EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427EDA is #BD8125. Grayscale: #767676. Windows color (decimal): -12419366 or 14319170. OLE color: 14319170.
HSL color Cylindrical-coordinate representation of color #427EDA: hue angle of 216.32º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #427EDA is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 126 | 218 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.15 |
| HSL | 216.32º | 0.67% | 0.56% | - |
| HSV(B) | 216.32º | 0.7% | 0.85% | - |
| XYZ | 22.36 | 21.14 | 69.23 | - |
| YUV | 118.55 | 184.12 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 126 | 218 | 0.70 | 0.42 | 0 | 0.15 | 216.32 | 0.67 | 0.56 |
| Hex | 42 | 7E | DA | 46 | 2A | 0 | F | D8 | 43 | 38 |
| Octal | 102 | 176 | 332 | 106 | 52 | 0 | 17 | 330 | 103 | 70 |
| Binary | 1000010 | 1111110 | 11011010 | 1000110 | 101010 | 0 | 1111 | 11011000 | 1000011 | 111000 |
Color Harmonies of #427EDA
Complementary color
Monochromatic Colors of #427EDA
Black with #427EDA
Text Example
Text Example
White with #427EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427EDA; }
p { color: rgb(66,126,218); }
H1.HeaderClassName
{
color: #427EDA;
}
.AnyTagClassName
{
color: #427EDA;
}
</style>
background-color css
<style>
a { background-color: #427EDA; }
a { background-color: rgb(66,126,218); }
div.DivClassName
{
background-color: #427EDA;
}
.BgClassName
{
background-color: #427EDA;
}
</style>
border-color css
<style>
span { border-color: #427EDA; }
span { border-color: rgb(66,126,218); }
td.TdClassName
{
border-color: #427EDA;
}
.TagClassName
{
border-color: #427EDA;
}
</style>