Shades of Royal Blue #427BFF
Tints of Royal Blue #427BFF
RGB
CMYK
RGB Variations
Color information
#427BFF (or 0x427BFF) is known color: Royal Blue. HEX triplet: 42, 7B and FF. RGB value is (66,123,255). Sum of RGB (Red+Green+Blue) = 66+123+255=444 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.86% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #427BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427BFF is #BD8400. Grayscale: #787878. Windows color (decimal): -12420097 or 16743234. OLE color: 16743234.
HSL color Cylindrical-coordinate representation of color #427BFF: hue angle of 221.9º 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 #427BFF is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 123 | 255 | - |
| CMYK | 0.74 | 0.52 | 0 | 0 |
| HSL | 221.9º | 1% | 0.63% | - |
| HSV(B) | 221.9º | 0.74% | 1% | - |
| XYZ | 27.38 | 22.54 | 97.52 | - |
| YUV | 121.01 | 203.62 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 123 | 255 | 0.74 | 0.52 | 0 | 0 | 221.9 | 1 | 0.63 |
| Hex | 42 | 7B | FF | 4A | 34 | 0 | 0 | DE | 64 | 3F |
| Octal | 102 | 173 | 377 | 112 | 64 | 0 | 0 | 336 | 144 | 77 |
| Binary | 1000010 | 1111011 | 11111111 | 1001010 | 110100 | 0 | 0 | 11011110 | 1100100 | 111111 |
Color Harmonies of #427BFF
Complementary color
Monochromatic Colors of #427BFF
Black with #427BFF
Text Example
Text Example
White with #427BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427BFF; }
p { color: rgb(66,123,255); }
H1.HeaderClassName
{
color: #427BFF;
}
.AnyTagClassName
{
color: #427BFF;
}
</style>
background-color css
<style>
a { background-color: #427BFF; }
a { background-color: rgb(66,123,255); }
div.DivClassName
{
background-color: #427BFF;
}
.BgClassName
{
background-color: #427BFF;
}
</style>
border-color css
<style>
span { border-color: #427BFF; }
span { border-color: rgb(66,123,255); }
td.TdClassName
{
border-color: #427BFF;
}
.TagClassName
{
border-color: #427BFF;
}
</style>