Shades of Royal Blue #427BFE
Tints of Royal Blue #427BFE
RGB
CMYK
RGB Variations
Color information
#427BFE (or 0x427BFE) is known color: Royal Blue. HEX triplet: 42, 7B and FE. RGB value is (66,123,254). Sum of RGB (Red+Green+Blue) = 66+123+254=443 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.90% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #427BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427BFE is #BD8401. Grayscale: #787878. Windows color (decimal): -12420098 or 16677698. OLE color: 16677698.
HSL color Cylindrical-coordinate representation of color #427BFE: hue angle of 221.81º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #427BFE is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 123 | 254 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.00 |
| HSL | 221.81º | 0.99% | 0.63% | - |
| HSV(B) | 221.81º | 0.74% | 1% | - |
| XYZ | 27.22 | 22.48 | 96.67 | - |
| YUV | 120.89 | 203.12 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 123 | 254 | 0.74 | 0.52 | 0 | 0.00 | 221.81 | 0.99 | 0.63 |
| Hex | 42 | 7B | FE | 4A | 34 | 0 | 0 | DE | 63 | 3F |
| Octal | 102 | 173 | 376 | 112 | 64 | 0 | 0 | 336 | 143 | 77 |
| Binary | 1000010 | 1111011 | 11111110 | 1001010 | 110100 | 0 | 0 | 11011110 | 1100011 | 111111 |
Color Harmonies of #427BFE
Complementary color
Monochromatic Colors of #427BFE
Black with #427BFE
Text Example
Text Example
White with #427BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427BFE; }
p { color: rgb(66,123,254); }
H1.HeaderClassName
{
color: #427BFE;
}
.AnyTagClassName
{
color: #427BFE;
}
</style>
background-color css
<style>
a { background-color: #427BFE; }
a { background-color: rgb(66,123,254); }
div.DivClassName
{
background-color: #427BFE;
}
.BgClassName
{
background-color: #427BFE;
}
</style>
border-color css
<style>
span { border-color: #427BFE; }
span { border-color: rgb(66,123,254); }
td.TdClassName
{
border-color: #427BFE;
}
.TagClassName
{
border-color: #427BFE;
}
</style>