Shades of Royal Blue #427DF2
Tints of Royal Blue #427DF2
RGB
CMYK
RGB Variations
Color information
#427DF2 (or 0x427DF2) is known color: Royal Blue. HEX triplet: 42, 7D and F2. RGB value is (66,125,242). Sum of RGB (Red+Green+Blue) = 66+125+242=433 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.24% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 242 (94.92% from 255 or 55.89% from 433); Max value from RGB is 242 - color contains mainly: blue. Hex color #427DF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427DF2 is #BD820D. Grayscale: #787878. Windows color (decimal): -12419598 or 15891778. OLE color: 15891778.
HSL color Cylindrical-coordinate representation of color #427DF2: hue angle of 219.89º 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 #427DF2 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 125 | 242 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.05 |
| HSL | 219.89º | 0.87% | 0.6% | - |
| HSV(B) | 219.89º | 0.73% | 0.95% | - |
| XYZ | 25.61 | 22.24 | 86.95 | - |
| YUV | 120.7 | 196.45 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 125 | 242 | 0.73 | 0.48 | 0 | 0.05 | 219.89 | 0.87 | 0.6 |
| Hex | 42 | 7D | F2 | 49 | 30 | 0 | 5 | DC | 57 | 3C |
| Octal | 102 | 175 | 362 | 111 | 60 | 0 | 5 | 334 | 127 | 74 |
| Binary | 1000010 | 1111101 | 11110010 | 1001001 | 110000 | 0 | 101 | 11011100 | 1010111 | 111100 |
Color Harmonies of #427DF2
Complementary color
Monochromatic Colors of #427DF2
Black with #427DF2
Text Example
Text Example
White with #427DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427DF2; }
p { color: rgb(66,125,242); }
H1.HeaderClassName
{
color: #427DF2;
}
.AnyTagClassName
{
color: #427DF2;
}
</style>
background-color css
<style>
a { background-color: #427DF2; }
a { background-color: rgb(66,125,242); }
div.DivClassName
{
background-color: #427DF2;
}
.BgClassName
{
background-color: #427DF2;
}
</style>
border-color css
<style>
span { border-color: #427DF2; }
span { border-color: rgb(66,125,242); }
td.TdClassName
{
border-color: #427DF2;
}
.TagClassName
{
border-color: #427DF2;
}
</style>