Shades of Royal Blue #427EE8
Tints of Royal Blue #427EE8
RGB
CMYK
RGB Variations
Color information
#427EE8 (or 0x427EE8) is known color: Royal Blue. HEX triplet: 42, 7E and E8. RGB value is (66,126,232). Sum of RGB (Red+Green+Blue) = 66+126+232=424 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.57% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 232 (91.02% from 255 or 54.72% from 424); Max value from RGB is 232 - color contains mainly: blue. Hex color #427EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427EE8 is #BD8117. Grayscale: #777777. Windows color (decimal): -12419352 or 15236674. OLE color: 15236674.
HSL color Cylindrical-coordinate representation of color #427EE8: hue angle of 218.31º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #427EE8 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 126 | 232 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.09 |
| HSL | 218.31º | 0.78% | 0.58% | - |
| HSV(B) | 218.31º | 0.72% | 0.91% | - |
| XYZ | 24.27 | 21.91 | 79.29 | - |
| YUV | 120.14 | 191.12 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 126 | 232 | 0.72 | 0.46 | 0 | 0.09 | 218.31 | 0.78 | 0.58 |
| Hex | 42 | 7E | E8 | 48 | 2E | 0 | 9 | DA | 4E | 3A |
| Octal | 102 | 176 | 350 | 110 | 56 | 0 | 11 | 332 | 116 | 72 |
| Binary | 1000010 | 1111110 | 11101000 | 1001000 | 101110 | 0 | 1001 | 11011010 | 1001110 | 111010 |
Color Harmonies of #427EE8
Complementary color
Monochromatic Colors of #427EE8
Black with #427EE8
Text Example
Text Example
White with #427EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427EE8; }
p { color: rgb(66,126,232); }
H1.HeaderClassName
{
color: #427EE8;
}
.AnyTagClassName
{
color: #427EE8;
}
</style>
background-color css
<style>
a { background-color: #427EE8; }
a { background-color: rgb(66,126,232); }
div.DivClassName
{
background-color: #427EE8;
}
.BgClassName
{
background-color: #427EE8;
}
</style>
border-color css
<style>
span { border-color: #427EE8; }
span { border-color: rgb(66,126,232); }
td.TdClassName
{
border-color: #427EE8;
}
.TagClassName
{
border-color: #427EE8;
}
</style>