Shades of Royal Blue #427EE6
Tints of Royal Blue #427EE6
RGB
CMYK
RGB Variations
Color information
#427EE6 (or 0x427EE6) is known color: Royal Blue. HEX triplet: 42, 7E and E6. RGB value is (66,126,230). Sum of RGB (Red+Green+Blue) = 66+126+230=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 230 (90.23% from 255 or 54.50% from 422); Max value from RGB is 230 - color contains mainly: blue. Hex color #427EE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427EE6 is #BD8119. Grayscale: #777777. Windows color (decimal): -12419354 or 15105602. OLE color: 15105602.
HSL color Cylindrical-coordinate representation of color #427EE6: hue angle of 218.05º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #427EE6 is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 66 | 126 | 230 | - |
| CMYK | 0.71 | 0.45 | 0 | 0.10 |
| HSL | 218.05º | 0.77% | 0.58% | - |
| HSV(B) | 218.05º | 0.71% | 0.9% | - |
| XYZ | 23.99 | 21.79 | 77.8 | - |
| YUV | 119.92 | 190.12 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 126 | 230 | 0.71 | 0.45 | 0 | 0.10 | 218.05 | 0.77 | 0.58 |
| Hex | 42 | 7E | E6 | 47 | 2D | 0 | A | DA | 4D | 3A |
| Octal | 102 | 176 | 346 | 107 | 55 | 0 | 12 | 332 | 115 | 72 |
| Binary | 1000010 | 1111110 | 11100110 | 1000111 | 101101 | 0 | 1010 | 11011010 | 1001101 | 111010 |
Color Harmonies of #427EE6
Complementary color
Monochromatic Colors of #427EE6
Black with #427EE6
Text Example
Text Example
White with #427EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427EE6; }
p { color: rgb(66,126,230); }
H1.HeaderClassName
{
color: #427EE6;
}
.AnyTagClassName
{
color: #427EE6;
}
</style>
background-color css
<style>
a { background-color: #427EE6; }
a { background-color: rgb(66,126,230); }
div.DivClassName
{
background-color: #427EE6;
}
.BgClassName
{
background-color: #427EE6;
}
</style>
border-color css
<style>
span { border-color: #427EE6; }
span { border-color: rgb(66,126,230); }
td.TdClassName
{
border-color: #427EE6;
}
.TagClassName
{
border-color: #427EE6;
}
</style>