Shades of Royal Blue #427EFC
Tints of Royal Blue #427EFC
RGB
CMYK
RGB Variations
Color information
#427EFC (or 0x427EFC) is known color: Royal Blue. HEX triplet: 42, 7E and FC. RGB value is (66,126,252). Sum of RGB (Red+Green+Blue) = 66+126+252=444 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.86% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #427EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427EFC is #BD8103. Grayscale: #797979. Windows color (decimal): -12419332 or 16547394. OLE color: 16547394.
HSL color Cylindrical-coordinate representation of color #427EFC: hue angle of 220.65º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #427EFC is Cyan = 0.74, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 126 | 252 | - |
| CMYK | 0.74 | 0.5 | 0 | 0.01 |
| HSL | 220.65º | 0.97% | 0.62% | - |
| HSV(B) | 220.65º | 0.74% | 0.99% | - |
| XYZ | 27.28 | 23.11 | 95.12 | - |
| YUV | 122.42 | 201.12 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 126 | 252 | 0.74 | 0.5 | 0 | 0.01 | 220.65 | 0.97 | 0.62 |
| Hex | 42 | 7E | FC | 4A | 32 | 0 | 1 | DD | 61 | 3E |
| Octal | 102 | 176 | 374 | 112 | 62 | 0 | 1 | 335 | 141 | 76 |
| Binary | 1000010 | 1111110 | 11111100 | 1001010 | 110010 | 0 | 1 | 11011101 | 1100001 | 111110 |
Color Harmonies of #427EFC
Complementary color
Monochromatic Colors of #427EFC
Black with #427EFC
Text Example
Text Example
White with #427EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427EFC; }
p { color: rgb(66,126,252); }
H1.HeaderClassName
{
color: #427EFC;
}
.AnyTagClassName
{
color: #427EFC;
}
</style>
background-color css
<style>
a { background-color: #427EFC; }
a { background-color: rgb(66,126,252); }
div.DivClassName
{
background-color: #427EFC;
}
.BgClassName
{
background-color: #427EFC;
}
</style>
border-color css
<style>
span { border-color: #427EFC; }
span { border-color: rgb(66,126,252); }
td.TdClassName
{
border-color: #427EFC;
}
.TagClassName
{
border-color: #427EFC;
}
</style>