Shades of Royal Blue #427EF2
Tints of Royal Blue #427EF2
RGB
CMYK
RGB Variations
Color information
#427EF2 (or 0x427EF2) is known color: Royal Blue. HEX triplet: 42, 7E and F2. RGB value is (66,126,242). Sum of RGB (Red+Green+Blue) = 66+126+242=434 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.21% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 242 (94.92% from 255 or 55.76% from 434); Max value from RGB is 242 - color contains mainly: blue. Hex color #427EF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427EF2 is #BD810D. Grayscale: #787878. Windows color (decimal): -12419342 or 15892034. OLE color: 15892034.
HSL color Cylindrical-coordinate representation of color #427EF2: hue angle of 219.55º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #427EF2 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 126 | 242 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.05 |
| HSL | 219.55º | 0.87% | 0.6% | - |
| HSV(B) | 219.55º | 0.73% | 0.95% | - |
| XYZ | 25.73 | 22.49 | 86.99 | - |
| YUV | 121.28 | 196.12 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 126 | 242 | 0.73 | 0.48 | 0 | 0.05 | 219.55 | 0.87 | 0.6 |
| Hex | 42 | 7E | F2 | 49 | 30 | 0 | 5 | DC | 57 | 3C |
| Octal | 102 | 176 | 362 | 111 | 60 | 0 | 5 | 334 | 127 | 74 |
| Binary | 1000010 | 1111110 | 11110010 | 1001001 | 110000 | 0 | 101 | 11011100 | 1010111 | 111100 |
Color Harmonies of #427EF2
Complementary color
Monochromatic Colors of #427EF2
Black with #427EF2
Text Example
Text Example
White with #427EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427EF2; }
p { color: rgb(66,126,242); }
H1.HeaderClassName
{
color: #427EF2;
}
.AnyTagClassName
{
color: #427EF2;
}
</style>
background-color css
<style>
a { background-color: #427EF2; }
a { background-color: rgb(66,126,242); }
div.DivClassName
{
background-color: #427EF2;
}
.BgClassName
{
background-color: #427EF2;
}
</style>
border-color css
<style>
span { border-color: #427EF2; }
span { border-color: rgb(66,126,242); }
td.TdClassName
{
border-color: #427EF2;
}
.TagClassName
{
border-color: #427EF2;
}
</style>