Shades of Royal Blue #427EEA
Tints of Royal Blue #427EEA
RGB
CMYK
RGB Variations
Color information
#427EEA (or 0x427EEA) is known color: Royal Blue. HEX triplet: 42, 7E and EA. RGB value is (66,126,234). Sum of RGB (Red+Green+Blue) = 66+126+234=426 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.49% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #427EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427EEA is #BD8115. Grayscale: #777777. Windows color (decimal): -12419350 or 15367746. OLE color: 15367746.
HSL color Cylindrical-coordinate representation of color #427EEA: hue angle of 218.57º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #427EEA is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 126 | 234 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.08 |
| HSL | 218.57º | 0.8% | 0.59% | - |
| HSV(B) | 218.57º | 0.72% | 0.92% | - |
| XYZ | 24.56 | 22.02 | 80.8 | - |
| YUV | 120.37 | 192.12 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 126 | 234 | 0.72 | 0.46 | 0 | 0.08 | 218.57 | 0.8 | 0.59 |
| Hex | 42 | 7E | EA | 48 | 2E | 0 | 8 | DB | 50 | 3B |
| Octal | 102 | 176 | 352 | 110 | 56 | 0 | 10 | 333 | 120 | 73 |
| Binary | 1000010 | 1111110 | 11101010 | 1001000 | 101110 | 0 | 1000 | 11011011 | 1010000 | 111011 |
Color Harmonies of #427EEA
Complementary color
Monochromatic Colors of #427EEA
Black with #427EEA
Text Example
Text Example
White with #427EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427EEA; }
p { color: rgb(66,126,234); }
H1.HeaderClassName
{
color: #427EEA;
}
.AnyTagClassName
{
color: #427EEA;
}
</style>
background-color css
<style>
a { background-color: #427EEA; }
a { background-color: rgb(66,126,234); }
div.DivClassName
{
background-color: #427EEA;
}
.BgClassName
{
background-color: #427EEA;
}
</style>
border-color css
<style>
span { border-color: #427EEA; }
span { border-color: rgb(66,126,234); }
td.TdClassName
{
border-color: #427EEA;
}
.TagClassName
{
border-color: #427EEA;
}
</style>