Shades of Royal Blue #427FEF
Tints of Royal Blue #427FEF
RGB
CMYK
RGB Variations
Color information
#427FEF (or 0x427FEF) is known color: Royal Blue. HEX triplet: 42, 7F and EF. RGB value is (66,127,239). Sum of RGB (Red+Green+Blue) = 66+127+239=432 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.28% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #427FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427FEF is #BD8010. Grayscale: #797979. Windows color (decimal): -12419089 or 15695682. OLE color: 15695682.
HSL color Cylindrical-coordinate representation of color #427FEF: hue angle of 218.84º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #427FEF is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 127 | 239 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.06 |
| HSL | 218.84º | 0.84% | 0.6% | - |
| HSV(B) | 218.84º | 0.72% | 0.94% | - |
| XYZ | 25.42 | 22.57 | 84.68 | - |
| YUV | 121.53 | 194.29 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 127 | 239 | 0.72 | 0.47 | 0 | 0.06 | 218.84 | 0.84 | 0.6 |
| Hex | 42 | 7F | EF | 48 | 2F | 0 | 6 | DB | 54 | 3C |
| Octal | 102 | 177 | 357 | 110 | 57 | 0 | 6 | 333 | 124 | 74 |
| Binary | 1000010 | 1111111 | 11101111 | 1001000 | 101111 | 0 | 110 | 11011011 | 1010100 | 111100 |
Color Harmonies of #427FEF
Complementary color
Monochromatic Colors of #427FEF
Black with #427FEF
Text Example
Text Example
White with #427FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427FEF; }
p { color: rgb(66,127,239); }
H1.HeaderClassName
{
color: #427FEF;
}
.AnyTagClassName
{
color: #427FEF;
}
</style>
background-color css
<style>
a { background-color: #427FEF; }
a { background-color: rgb(66,127,239); }
div.DivClassName
{
background-color: #427FEF;
}
.BgClassName
{
background-color: #427FEF;
}
</style>
border-color css
<style>
span { border-color: #427FEF; }
span { border-color: rgb(66,127,239); }
td.TdClassName
{
border-color: #427FEF;
}
.TagClassName
{
border-color: #427FEF;
}
</style>