Shades of Royal Blue #427CEA
Tints of Royal Blue #427CEA
RGB
CMYK
RGB Variations
Color information
#427CEA (or 0x427CEA) is known color: Royal Blue. HEX triplet: 42, 7C and EA. RGB value is (66,124,234). Sum of RGB (Red+Green+Blue) = 66+124+234=424 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.57% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #427CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427CEA is #BD8315. Grayscale: #767676. Windows color (decimal): -12419862 or 15367234. OLE color: 15367234.
HSL color Cylindrical-coordinate representation of color #427CEA: hue angle of 219.29º 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 #427CEA is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 124 | 234 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.08 |
| HSL | 219.29º | 0.8% | 0.59% | - |
| HSV(B) | 219.29º | 0.72% | 0.92% | - |
| XYZ | 24.31 | 21.51 | 80.71 | - |
| YUV | 119.2 | 192.78 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 124 | 234 | 0.72 | 0.47 | 0 | 0.08 | 219.29 | 0.8 | 0.59 |
| Hex | 42 | 7C | EA | 48 | 2F | 0 | 8 | DB | 50 | 3B |
| Octal | 102 | 174 | 352 | 110 | 57 | 0 | 10 | 333 | 120 | 73 |
| Binary | 1000010 | 1111100 | 11101010 | 1001000 | 101111 | 0 | 1000 | 11011011 | 1010000 | 111011 |
Color Harmonies of #427CEA
Complementary color
Monochromatic Colors of #427CEA
Black with #427CEA
Text Example
Text Example
White with #427CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427CEA; }
p { color: rgb(66,124,234); }
H1.HeaderClassName
{
color: #427CEA;
}
.AnyTagClassName
{
color: #427CEA;
}
</style>
background-color css
<style>
a { background-color: #427CEA; }
a { background-color: rgb(66,124,234); }
div.DivClassName
{
background-color: #427CEA;
}
.BgClassName
{
background-color: #427CEA;
}
</style>
border-color css
<style>
span { border-color: #427CEA; }
span { border-color: rgb(66,124,234); }
td.TdClassName
{
border-color: #427CEA;
}
.TagClassName
{
border-color: #427CEA;
}
</style>