Shades of Royal Blue #427CFA
Tints of Royal Blue #427CFA
RGB
CMYK
RGB Variations
Color information
#427CFA (or 0x427CFA) is known color: Royal Blue. HEX triplet: 42, 7C and FA. RGB value is (66,124,250). Sum of RGB (Red+Green+Blue) = 66+124+250=440 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #427CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427CFA is #BD8305. Grayscale: #787878. Windows color (decimal): -12419846 or 16415810. OLE color: 16415810.
HSL color Cylindrical-coordinate representation of color #427CFA: hue angle of 221.09º 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 #427CFA is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 124 | 250 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.02 |
| HSL | 221.09º | 0.95% | 0.62% | - |
| HSV(B) | 221.09º | 0.74% | 0.98% | - |
| XYZ | 26.71 | 22.48 | 93.37 | - |
| YUV | 121.02 | 200.78 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 124 | 250 | 0.74 | 0.50 | 0 | 0.02 | 221.09 | 0.95 | 0.62 |
| Hex | 42 | 7C | FA | 4A | 32 | 0 | 2 | DD | 5F | 3E |
| Octal | 102 | 174 | 372 | 112 | 62 | 0 | 2 | 335 | 137 | 76 |
| Binary | 1000010 | 1111100 | 11111010 | 1001010 | 110010 | 0 | 10 | 11011101 | 1011111 | 111110 |
Color Harmonies of #427CFA
Complementary color
Monochromatic Colors of #427CFA
Black with #427CFA
Text Example
Text Example
White with #427CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427CFA; }
p { color: rgb(66,124,250); }
H1.HeaderClassName
{
color: #427CFA;
}
.AnyTagClassName
{
color: #427CFA;
}
</style>
background-color css
<style>
a { background-color: #427CFA; }
a { background-color: rgb(66,124,250); }
div.DivClassName
{
background-color: #427CFA;
}
.BgClassName
{
background-color: #427CFA;
}
</style>
border-color css
<style>
span { border-color: #427CFA; }
span { border-color: rgb(66,124,250); }
td.TdClassName
{
border-color: #427CFA;
}
.TagClassName
{
border-color: #427CFA;
}
</style>