Shades of Royal Blue #427FFA
Tints of Royal Blue #427FFA
RGB
CMYK
RGB Variations
Color information
#427FFA (or 0x427FFA) is known color: Royal Blue. HEX triplet: 42, 7F and FA. RGB value is (66,127,250). Sum of RGB (Red+Green+Blue) = 66+127+250=443 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.90% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #427FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427FFA is #BD8005. Grayscale: #7A7A7A. Windows color (decimal): -12419078 or 16416578. OLE color: 16416578.
HSL color Cylindrical-coordinate representation of color #427FFA: hue angle of 220.11º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #427FFA is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 127 | 250 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.02 |
| HSL | 220.11º | 0.95% | 0.62% | - |
| HSV(B) | 220.11º | 0.74% | 0.98% | - |
| XYZ | 27.09 | 23.24 | 93.5 | - |
| YUV | 122.78 | 199.79 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 127 | 250 | 0.74 | 0.49 | 0 | 0.02 | 220.11 | 0.95 | 0.62 |
| Hex | 42 | 7F | FA | 4A | 31 | 0 | 2 | DC | 5F | 3E |
| Octal | 102 | 177 | 372 | 112 | 61 | 0 | 2 | 334 | 137 | 76 |
| Binary | 1000010 | 1111111 | 11111010 | 1001010 | 110001 | 0 | 10 | 11011100 | 1011111 | 111110 |
Color Harmonies of #427FFA
Complementary color
Monochromatic Colors of #427FFA
Black with #427FFA
Text Example
Text Example
White with #427FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427FFA; }
p { color: rgb(66,127,250); }
H1.HeaderClassName
{
color: #427FFA;
}
.AnyTagClassName
{
color: #427FFA;
}
</style>
background-color css
<style>
a { background-color: #427FFA; }
a { background-color: rgb(66,127,250); }
div.DivClassName
{
background-color: #427FFA;
}
.BgClassName
{
background-color: #427FFA;
}
</style>
border-color css
<style>
span { border-color: #427FFA; }
span { border-color: rgb(66,127,250); }
td.TdClassName
{
border-color: #427FFA;
}
.TagClassName
{
border-color: #427FFA;
}
</style>