Shades of Royal Blue #427FFF
Tints of Royal Blue #427FFF
RGB
CMYK
RGB Variations
Color information
#427FFF (or 0x427FFF) is known color: Royal Blue. HEX triplet: 42, 7F and FF. RGB value is (66,127,255). Sum of RGB (Red+Green+Blue) = 66+127+255=448 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.73% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #427FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427FFF is #BD8000. Grayscale: #7A7A7A. Windows color (decimal): -12419073 or 16744258. OLE color: 16744258.
HSL color Cylindrical-coordinate representation of color #427FFF: hue angle of 220.63º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #427FFF is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 127 | 255 | - |
| CMYK | 0.74 | 0.50 | 0 | 0 |
| HSL | 220.63º | 1% | 0.63% | - |
| HSV(B) | 220.63º | 0.74% | 1% | - |
| XYZ | 27.89 | 23.56 | 97.68 | - |
| YUV | 123.35 | 202.29 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 127 | 255 | 0.74 | 0.50 | 0 | 0 | 220.63 | 1 | 0.63 |
| Hex | 42 | 7F | FF | 4A | 32 | 0 | 0 | DD | 64 | 3F |
| Octal | 102 | 177 | 377 | 112 | 62 | 0 | 0 | 335 | 144 | 77 |
| Binary | 1000010 | 1111111 | 11111111 | 1001010 | 110010 | 0 | 0 | 11011101 | 1100100 | 111111 |
Color Harmonies of #427FFF
Complementary color
Monochromatic Colors of #427FFF
Black with #427FFF
Text Example
Text Example
White with #427FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427FFF; }
p { color: rgb(66,127,255); }
H1.HeaderClassName
{
color: #427FFF;
}
.AnyTagClassName
{
color: #427FFF;
}
</style>
background-color css
<style>
a { background-color: #427FFF; }
a { background-color: rgb(66,127,255); }
div.DivClassName
{
background-color: #427FFF;
}
.BgClassName
{
background-color: #427FFF;
}
</style>
border-color css
<style>
span { border-color: #427FFF; }
span { border-color: rgb(66,127,255); }
td.TdClassName
{
border-color: #427FFF;
}
.TagClassName
{
border-color: #427FFF;
}
</style>