Shades of Royal Blue #426BFF
Tints of Royal Blue #426BFF
RGB
CMYK
RGB Variations
Color information
#426BFF (or 0x426BFF) is known color: Royal Blue. HEX triplet: 42, 6B and FF. RGB value is (66,107,255). Sum of RGB (Red+Green+Blue) = 66+107+255=428 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.42% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #426BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426BFF is #BD9400. Grayscale: #6E6E6E. Windows color (decimal): -12424193 or 16739138. OLE color: 16739138.
HSL color Cylindrical-coordinate representation of color #426BFF: hue angle of 226.98º 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 #426BFF is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 107 | 255 | - |
| CMYK | 0.74 | 0.58 | 0 | 0 |
| HSL | 226.98º | 1% | 0.63% | - |
| HSV(B) | 226.98º | 0.74% | 1% | - |
| XYZ | 25.55 | 18.89 | 96.91 | - |
| YUV | 111.61 | 208.92 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 107 | 255 | 0.74 | 0.58 | 0 | 0 | 226.98 | 1 | 0.63 |
| Hex | 42 | 6B | FF | 4A | 3A | 0 | 0 | E3 | 64 | 3F |
| Octal | 102 | 153 | 377 | 112 | 72 | 0 | 0 | 343 | 144 | 77 |
| Binary | 1000010 | 1101011 | 11111111 | 1001010 | 111010 | 0 | 0 | 11100011 | 1100100 | 111111 |
Color Harmonies of #426BFF
Complementary color
Monochromatic Colors of #426BFF
Black with #426BFF
Text Example
Text Example
White with #426BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426BFF; }
p { color: rgb(66,107,255); }
H1.HeaderClassName
{
color: #426BFF;
}
.AnyTagClassName
{
color: #426BFF;
}
</style>
background-color css
<style>
a { background-color: #426BFF; }
a { background-color: rgb(66,107,255); }
div.DivClassName
{
background-color: #426BFF;
}
.BgClassName
{
background-color: #426BFF;
}
</style>
border-color css
<style>
span { border-color: #426BFF; }
span { border-color: rgb(66,107,255); }
td.TdClassName
{
border-color: #426BFF;
}
.TagClassName
{
border-color: #426BFF;
}
</style>