Shades of Royal Blue #427DEA
Tints of Royal Blue #427DEA
RGB
CMYK
RGB Variations
Color information
#427DEA (or 0x427DEA) is known color: Royal Blue. HEX triplet: 42, 7D and EA. RGB value is (66,125,234). Sum of RGB (Red+Green+Blue) = 66+125+234=425 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.53% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #427DEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427DEA is #BD8215. Grayscale: #777777. Windows color (decimal): -12419606 or 15367490. OLE color: 15367490.
HSL color Cylindrical-coordinate representation of color #427DEA: hue angle of 218.93º 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 #427DEA is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 125 | 234 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.08 |
| HSL | 218.93º | 0.8% | 0.59% | - |
| HSV(B) | 218.93º | 0.72% | 0.92% | - |
| XYZ | 24.43 | 21.77 | 80.76 | - |
| YUV | 119.79 | 192.45 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 125 | 234 | 0.72 | 0.47 | 0 | 0.08 | 218.93 | 0.8 | 0.59 |
| Hex | 42 | 7D | EA | 48 | 2F | 0 | 8 | DB | 50 | 3B |
| Octal | 102 | 175 | 352 | 110 | 57 | 0 | 10 | 333 | 120 | 73 |
| Binary | 1000010 | 1111101 | 11101010 | 1001000 | 101111 | 0 | 1000 | 11011011 | 1010000 | 111011 |
Color Harmonies of #427DEA
Complementary color
Monochromatic Colors of #427DEA
Black with #427DEA
Text Example
Text Example
White with #427DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427DEA; }
p { color: rgb(66,125,234); }
H1.HeaderClassName
{
color: #427DEA;
}
.AnyTagClassName
{
color: #427DEA;
}
</style>
background-color css
<style>
a { background-color: #427DEA; }
a { background-color: rgb(66,125,234); }
div.DivClassName
{
background-color: #427DEA;
}
.BgClassName
{
background-color: #427DEA;
}
</style>
border-color css
<style>
span { border-color: #427DEA; }
span { border-color: rgb(66,125,234); }
td.TdClassName
{
border-color: #427DEA;
}
.TagClassName
{
border-color: #427DEA;
}
</style>