Shades of Royal Blue #427FF2
Tints of Royal Blue #427FF2
RGB
CMYK
RGB Variations
Color information
#427FF2 (or 0x427FF2) is known color: Royal Blue. HEX triplet: 42, 7F and F2. RGB value is (66,127,242). Sum of RGB (Red+Green+Blue) = 66+127+242=435 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.17% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 242 (94.92% from 255 or 55.63% from 435); Max value from RGB is 242 - color contains mainly: blue. Hex color #427FF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427FF2 is #BD800D. Grayscale: #797979. Windows color (decimal): -12419086 or 15892290. OLE color: 15892290.
HSL color Cylindrical-coordinate representation of color #427FF2: hue angle of 219.2º 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 #427FF2 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 127 | 242 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.05 |
| HSL | 219.2º | 0.87% | 0.6% | - |
| HSV(B) | 219.2º | 0.73% | 0.95% | - |
| XYZ | 25.86 | 22.75 | 87.03 | - |
| YUV | 121.87 | 195.79 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 127 | 242 | 0.73 | 0.48 | 0 | 0.05 | 219.2 | 0.87 | 0.6 |
| Hex | 42 | 7F | F2 | 49 | 30 | 0 | 5 | DB | 57 | 3C |
| Octal | 102 | 177 | 362 | 111 | 60 | 0 | 5 | 333 | 127 | 74 |
| Binary | 1000010 | 1111111 | 11110010 | 1001001 | 110000 | 0 | 101 | 11011011 | 1010111 | 111100 |
Color Harmonies of #427FF2
Complementary color
Monochromatic Colors of #427FF2
Black with #427FF2
Text Example
Text Example
White with #427FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427FF2; }
p { color: rgb(66,127,242); }
H1.HeaderClassName
{
color: #427FF2;
}
.AnyTagClassName
{
color: #427FF2;
}
</style>
background-color css
<style>
a { background-color: #427FF2; }
a { background-color: rgb(66,127,242); }
div.DivClassName
{
background-color: #427FF2;
}
.BgClassName
{
background-color: #427FF2;
}
</style>
border-color css
<style>
span { border-color: #427FF2; }
span { border-color: rgb(66,127,242); }
td.TdClassName
{
border-color: #427FF2;
}
.TagClassName
{
border-color: #427FF2;
}
</style>