Shades of Royal Blue #427DF8
Tints of Royal Blue #427DF8
RGB
CMYK
RGB Variations
Color information
#427DF8 (or 0x427DF8) is known color: Royal Blue. HEX triplet: 42, 7D and F8. RGB value is (66,125,248). Sum of RGB (Red+Green+Blue) = 66+125+248=439 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.03% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 248 (97.27% from 255 or 56.49% from 439); Max value from RGB is 248 - color contains mainly: blue. Hex color #427DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427DF8 is #BD8207. Grayscale: #787878. Windows color (decimal): -12419592 or 16284994. OLE color: 16284994.
HSL color Cylindrical-coordinate representation of color #427DF8: hue angle of 220.55º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #427DF8 is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 125 | 248 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.03 |
| HSL | 220.55º | 0.93% | 0.62% | - |
| HSV(B) | 220.55º | 0.73% | 0.97% | - |
| XYZ | 26.52 | 22.6 | 91.77 | - |
| YUV | 121.38 | 199.45 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 125 | 248 | 0.73 | 0.50 | 0 | 0.03 | 220.55 | 0.93 | 0.62 |
| Hex | 42 | 7D | F8 | 49 | 32 | 0 | 3 | DD | 5D | 3E |
| Octal | 102 | 175 | 370 | 111 | 62 | 0 | 3 | 335 | 135 | 76 |
| Binary | 1000010 | 1111101 | 11111000 | 1001001 | 110010 | 0 | 11 | 11011101 | 1011101 | 111110 |
Color Harmonies of #427DF8
Complementary color
Monochromatic Colors of #427DF8
Black with #427DF8
Text Example
Text Example
White with #427DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427DF8; }
p { color: rgb(66,125,248); }
H1.HeaderClassName
{
color: #427DF8;
}
.AnyTagClassName
{
color: #427DF8;
}
</style>
background-color css
<style>
a { background-color: #427DF8; }
a { background-color: rgb(66,125,248); }
div.DivClassName
{
background-color: #427DF8;
}
.BgClassName
{
background-color: #427DF8;
}
</style>
border-color css
<style>
span { border-color: #427DF8; }
span { border-color: rgb(66,125,248); }
td.TdClassName
{
border-color: #427DF8;
}
.TagClassName
{
border-color: #427DF8;
}
</style>