Shades of Royal Blue #427DFE
Tints of Royal Blue #427DFE
RGB
CMYK
RGB Variations
Color information
#427DFE (or 0x427DFE) is known color: Royal Blue. HEX triplet: 42, 7D and FE. RGB value is (66,125,254). Sum of RGB (Red+Green+Blue) = 66+125+254=445 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.83% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #427DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427DFE is #BD8201. Grayscale: #797979. Windows color (decimal): -12419586 or 16678210. OLE color: 16678210.
HSL color Cylindrical-coordinate representation of color #427DFE: hue angle of 221.17º 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 #427DFE is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 125 | 254 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.00 |
| HSL | 221.17º | 0.99% | 0.63% | - |
| HSV(B) | 221.17º | 0.74% | 1% | - |
| XYZ | 27.47 | 22.98 | 96.75 | - |
| YUV | 122.07 | 202.45 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 125 | 254 | 0.74 | 0.51 | 0 | 0.00 | 221.17 | 0.99 | 0.63 |
| Hex | 42 | 7D | FE | 4A | 33 | 0 | 0 | DD | 63 | 3F |
| Octal | 102 | 175 | 376 | 112 | 63 | 0 | 0 | 335 | 143 | 77 |
| Binary | 1000010 | 1111101 | 11111110 | 1001010 | 110011 | 0 | 0 | 11011101 | 1100011 | 111111 |
Color Harmonies of #427DFE
Complementary color
Monochromatic Colors of #427DFE
Black with #427DFE
Text Example
Text Example
White with #427DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427DFE; }
p { color: rgb(66,125,254); }
H1.HeaderClassName
{
color: #427DFE;
}
.AnyTagClassName
{
color: #427DFE;
}
</style>
background-color css
<style>
a { background-color: #427DFE; }
a { background-color: rgb(66,125,254); }
div.DivClassName
{
background-color: #427DFE;
}
.BgClassName
{
background-color: #427DFE;
}
</style>
border-color css
<style>
span { border-color: #427DFE; }
span { border-color: rgb(66,125,254); }
td.TdClassName
{
border-color: #427DFE;
}
.TagClassName
{
border-color: #427DFE;
}
</style>