Shades of Royal Blue #427CE8
Tints of Royal Blue #427CE8
RGB
CMYK
RGB Variations
Color information
#427CE8 (or 0x427CE8) is known color: Royal Blue. HEX triplet: 42, 7C and E8. RGB value is (66,124,232). Sum of RGB (Red+Green+Blue) = 66+124+232=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 232 (91.02% from 255 or 54.98% from 422); Max value from RGB is 232 - color contains mainly: blue. Hex color #427CE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427CE8 is #BD8317. Grayscale: #767676. Windows color (decimal): -12419864 or 15236162. OLE color: 15236162.
HSL color Cylindrical-coordinate representation of color #427CE8: hue angle of 219.04º 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 #427CE8 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 124 | 232 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.09 |
| HSL | 219.04º | 0.78% | 0.58% | - |
| HSV(B) | 219.04º | 0.72% | 0.91% | - |
| XYZ | 24.02 | 21.4 | 79.21 | - |
| YUV | 118.97 | 191.78 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 124 | 232 | 0.72 | 0.47 | 0 | 0.09 | 219.04 | 0.78 | 0.58 |
| Hex | 42 | 7C | E8 | 48 | 2F | 0 | 9 | DB | 4E | 3A |
| Octal | 102 | 174 | 350 | 110 | 57 | 0 | 11 | 333 | 116 | 72 |
| Binary | 1000010 | 1111100 | 11101000 | 1001000 | 101111 | 0 | 1001 | 11011011 | 1001110 | 111010 |
Color Harmonies of #427CE8
Complementary color
Monochromatic Colors of #427CE8
Black with #427CE8
Text Example
Text Example
White with #427CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427CE8; }
p { color: rgb(66,124,232); }
H1.HeaderClassName
{
color: #427CE8;
}
.AnyTagClassName
{
color: #427CE8;
}
</style>
background-color css
<style>
a { background-color: #427CE8; }
a { background-color: rgb(66,124,232); }
div.DivClassName
{
background-color: #427CE8;
}
.BgClassName
{
background-color: #427CE8;
}
</style>
border-color css
<style>
span { border-color: #427CE8; }
span { border-color: rgb(66,124,232); }
td.TdClassName
{
border-color: #427CE8;
}
.TagClassName
{
border-color: #427CE8;
}
</style>