Shades of Royal Blue #427AFF
Tints of Royal Blue #427AFF
RGB
CMYK
RGB Variations
Color information
#427AFF (or 0x427AFF) is known color: Royal Blue. HEX triplet: 42, 7A and FF. RGB value is (66,122,255). Sum of RGB (Red+Green+Blue) = 66+122+255=443 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.90% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #427AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427AFF is #BD8500. Grayscale: #777777. Windows color (decimal): -12420353 or 16742978. OLE color: 16742978.
HSL color Cylindrical-coordinate representation of color #427AFF: hue angle of 222.22º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #427AFF is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 122 | 255 | - |
| CMYK | 0.74 | 0.52 | 0 | 0 |
| HSL | 222.22º | 1% | 0.63% | - |
| HSV(B) | 222.22º | 0.74% | 1% | - |
| XYZ | 27.26 | 22.3 | 97.47 | - |
| YUV | 120.42 | 203.95 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 122 | 255 | 0.74 | 0.52 | 0 | 0 | 222.22 | 1 | 0.63 |
| Hex | 42 | 7A | FF | 4A | 34 | 0 | 0 | DE | 64 | 3F |
| Octal | 102 | 172 | 377 | 112 | 64 | 0 | 0 | 336 | 144 | 77 |
| Binary | 1000010 | 1111010 | 11111111 | 1001010 | 110100 | 0 | 0 | 11011110 | 1100100 | 111111 |
Color Harmonies of #427AFF
Complementary color
Monochromatic Colors of #427AFF
Black with #427AFF
Text Example
Text Example
White with #427AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427AFF; }
p { color: rgb(66,122,255); }
H1.HeaderClassName
{
color: #427AFF;
}
.AnyTagClassName
{
color: #427AFF;
}
</style>
background-color css
<style>
a { background-color: #427AFF; }
a { background-color: rgb(66,122,255); }
div.DivClassName
{
background-color: #427AFF;
}
.BgClassName
{
background-color: #427AFF;
}
</style>
border-color css
<style>
span { border-color: #427AFF; }
span { border-color: rgb(66,122,255); }
td.TdClassName
{
border-color: #427AFF;
}
.TagClassName
{
border-color: #427AFF;
}
</style>