Shades of Royal Blue #427DF1
Tints of Royal Blue #427DF1
RGB
CMYK
RGB Variations
Color information
#427DF1 (or 0x427DF1) is known color: Royal Blue. HEX triplet: 42, 7D and F1. RGB value is (66,125,241). Sum of RGB (Red+Green+Blue) = 66+125+241=432 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.28% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 241 (94.53% from 255 or 55.79% from 432); Max value from RGB is 241 - color contains mainly: blue. Hex color #427DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427DF1 is #BD820E. Grayscale: #787878. Windows color (decimal): -12419599 or 15826242. OLE color: 15826242.
HSL color Cylindrical-coordinate representation of color #427DF1: hue angle of 219.77º degrees, saturation: 0.86, 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 #427DF1 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 125 | 241 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.05 |
| HSL | 219.77º | 0.86% | 0.6% | - |
| HSV(B) | 219.77º | 0.73% | 0.95% | - |
| XYZ | 25.46 | 22.18 | 86.16 | - |
| YUV | 120.58 | 195.95 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 125 | 241 | 0.73 | 0.48 | 0 | 0.05 | 219.77 | 0.86 | 0.6 |
| Hex | 42 | 7D | F1 | 49 | 30 | 0 | 5 | DC | 56 | 3C |
| Octal | 102 | 175 | 361 | 111 | 60 | 0 | 5 | 334 | 126 | 74 |
| Binary | 1000010 | 1111101 | 11110001 | 1001001 | 110000 | 0 | 101 | 11011100 | 1010110 | 111100 |
Color Harmonies of #427DF1
Complementary color
Monochromatic Colors of #427DF1
Black with #427DF1
Text Example
Text Example
White with #427DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427DF1; }
p { color: rgb(66,125,241); }
H1.HeaderClassName
{
color: #427DF1;
}
.AnyTagClassName
{
color: #427DF1;
}
</style>
background-color css
<style>
a { background-color: #427DF1; }
a { background-color: rgb(66,125,241); }
div.DivClassName
{
background-color: #427DF1;
}
.BgClassName
{
background-color: #427DF1;
}
</style>
border-color css
<style>
span { border-color: #427DF1; }
span { border-color: rgb(66,125,241); }
td.TdClassName
{
border-color: #427DF1;
}
.TagClassName
{
border-color: #427DF1;
}
</style>