Shades of Royal Blue #427BFA
Tints of Royal Blue #427BFA
RGB
CMYK
RGB Variations
Color information
#427BFA (or 0x427BFA) is known color: Royal Blue. HEX triplet: 42, 7B and FA. RGB value is (66,123,250). Sum of RGB (Red+Green+Blue) = 66+123+250=439 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.03% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 250 (98.05% from 255 or 56.95% from 439); Max value from RGB is 250 - color contains mainly: blue. Hex color #427BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427BFA is #BD8405. Grayscale: #777777. Windows color (decimal): -12420102 or 16415554. OLE color: 16415554.
HSL color Cylindrical-coordinate representation of color #427BFA: hue angle of 221.41º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #427BFA is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 123 | 250 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.02 |
| HSL | 221.41º | 0.95% | 0.62% | - |
| HSV(B) | 221.41º | 0.74% | 0.98% | - |
| XYZ | 26.59 | 22.23 | 93.33 | - |
| YUV | 120.44 | 201.12 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 123 | 250 | 0.74 | 0.51 | 0 | 0.02 | 221.41 | 0.95 | 0.62 |
| Hex | 42 | 7B | FA | 4A | 33 | 0 | 2 | DD | 5F | 3E |
| Octal | 102 | 173 | 372 | 112 | 63 | 0 | 2 | 335 | 137 | 76 |
| Binary | 1000010 | 1111011 | 11111010 | 1001010 | 110011 | 0 | 10 | 11011101 | 1011111 | 111110 |
Color Harmonies of #427BFA
Complementary color
Monochromatic Colors of #427BFA
Black with #427BFA
Text Example
Text Example
White with #427BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427BFA; }
p { color: rgb(66,123,250); }
H1.HeaderClassName
{
color: #427BFA;
}
.AnyTagClassName
{
color: #427BFA;
}
</style>
background-color css
<style>
a { background-color: #427BFA; }
a { background-color: rgb(66,123,250); }
div.DivClassName
{
background-color: #427BFA;
}
.BgClassName
{
background-color: #427BFA;
}
</style>
border-color css
<style>
span { border-color: #427BFA; }
span { border-color: rgb(66,123,250); }
td.TdClassName
{
border-color: #427BFA;
}
.TagClassName
{
border-color: #427BFA;
}
</style>