Shades of Royal Blue #426FFE
Tints of Royal Blue #426FFE
RGB
CMYK
RGB Variations
Color information
#426FFE (or 0x426FFE) is known color: Royal Blue. HEX triplet: 42, 6F and FE. RGB value is (66,111,254). Sum of RGB (Red+Green+Blue) = 66+111+254=431 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.31% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #426FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426FFE is #BD9001. Grayscale: #717171. Windows color (decimal): -12423170 or 16674626. OLE color: 16674626.
HSL color Cylindrical-coordinate representation of color #426FFE: hue angle of 225.64º 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 #426FFE is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 111 | 254 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.00 |
| HSL | 225.64º | 0.99% | 0.63% | - |
| HSV(B) | 225.64º | 0.74% | 1% | - |
| XYZ | 25.82 | 19.68 | 96.2 | - |
| YUV | 113.85 | 207.09 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 111 | 254 | 0.74 | 0.56 | 0 | 0.00 | 225.64 | 0.99 | 0.63 |
| Hex | 42 | 6F | FE | 4A | 38 | 0 | 0 | E2 | 63 | 3F |
| Octal | 102 | 157 | 376 | 112 | 70 | 0 | 0 | 342 | 143 | 77 |
| Binary | 1000010 | 1101111 | 11111110 | 1001010 | 111000 | 0 | 0 | 11100010 | 1100011 | 111111 |
Color Harmonies of #426FFE
Complementary color
Monochromatic Colors of #426FFE
Black with #426FFE
Text Example
Text Example
White with #426FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426FFE; }
p { color: rgb(66,111,254); }
H1.HeaderClassName
{
color: #426FFE;
}
.AnyTagClassName
{
color: #426FFE;
}
</style>
background-color css
<style>
a { background-color: #426FFE; }
a { background-color: rgb(66,111,254); }
div.DivClassName
{
background-color: #426FFE;
}
.BgClassName
{
background-color: #426FFE;
}
</style>
border-color css
<style>
span { border-color: #426FFE; }
span { border-color: rgb(66,111,254); }
td.TdClassName
{
border-color: #426FFE;
}
.TagClassName
{
border-color: #426FFE;
}
</style>