Shades of Royal Blue #426BFA
Tints of Royal Blue #426BFA
RGB
CMYK
RGB Variations
Color information
#426BFA (or 0x426BFA) is known color: Royal Blue. HEX triplet: 42, 6B and FA. RGB value is (66,107,250). Sum of RGB (Red+Green+Blue) = 66+107+250=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #426BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426BFA is #BD9405. Grayscale: #6E6E6E. Windows color (decimal): -12424198 or 16411458. OLE color: 16411458.
HSL color Cylindrical-coordinate representation of color #426BFA: hue angle of 226.63º 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 #426BFA is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 107 | 250 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.02 |
| HSL | 226.63º | 0.95% | 0.62% | - |
| HSV(B) | 226.63º | 0.74% | 0.98% | - |
| XYZ | 24.76 | 18.58 | 92.72 | - |
| YUV | 111.04 | 206.42 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 107 | 250 | 0.74 | 0.57 | 0 | 0.02 | 226.63 | 0.95 | 0.62 |
| Hex | 42 | 6B | FA | 4A | 39 | 0 | 2 | E3 | 5F | 3E |
| Octal | 102 | 153 | 372 | 112 | 71 | 0 | 2 | 343 | 137 | 76 |
| Binary | 1000010 | 1101011 | 11111010 | 1001010 | 111001 | 0 | 10 | 11100011 | 1011111 | 111110 |
Color Harmonies of #426BFA
Complementary color
Monochromatic Colors of #426BFA
Black with #426BFA
Text Example
Text Example
White with #426BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426BFA; }
p { color: rgb(66,107,250); }
H1.HeaderClassName
{
color: #426BFA;
}
.AnyTagClassName
{
color: #426BFA;
}
</style>
background-color css
<style>
a { background-color: #426BFA; }
a { background-color: rgb(66,107,250); }
div.DivClassName
{
background-color: #426BFA;
}
.BgClassName
{
background-color: #426BFA;
}
</style>
border-color css
<style>
span { border-color: #426BFA; }
span { border-color: rgb(66,107,250); }
td.TdClassName
{
border-color: #426BFA;
}
.TagClassName
{
border-color: #426BFA;
}
</style>