Shades of Royal Blue #426EFE
Tints of Royal Blue #426EFE
RGB
CMYK
RGB Variations
Color information
#426EFE (or 0x426EFE) is known color: Royal Blue. HEX triplet: 42, 6E and FE. RGB value is (66,110,254). Sum of RGB (Red+Green+Blue) = 66+110+254=430 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.35% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #426EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426EFE is #BD9101. Grayscale: #707070. Windows color (decimal): -12423426 or 16674370. OLE color: 16674370.
HSL color Cylindrical-coordinate representation of color #426EFE: hue angle of 225.96º 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 #426EFE is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 110 | 254 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.00 |
| HSL | 225.96º | 0.99% | 0.63% | - |
| HSV(B) | 225.96º | 0.74% | 1% | - |
| XYZ | 25.71 | 19.47 | 96.17 | - |
| YUV | 113.26 | 207.42 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 110 | 254 | 0.74 | 0.57 | 0 | 0.00 | 225.96 | 0.99 | 0.63 |
| Hex | 42 | 6E | FE | 4A | 39 | 0 | 0 | E2 | 63 | 3F |
| Octal | 102 | 156 | 376 | 112 | 71 | 0 | 0 | 342 | 143 | 77 |
| Binary | 1000010 | 1101110 | 11111110 | 1001010 | 111001 | 0 | 0 | 11100010 | 1100011 | 111111 |
Color Harmonies of #426EFE
Complementary color
Monochromatic Colors of #426EFE
Black with #426EFE
Text Example
Text Example
White with #426EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426EFE; }
p { color: rgb(66,110,254); }
H1.HeaderClassName
{
color: #426EFE;
}
.AnyTagClassName
{
color: #426EFE;
}
</style>
background-color css
<style>
a { background-color: #426EFE; }
a { background-color: rgb(66,110,254); }
div.DivClassName
{
background-color: #426EFE;
}
.BgClassName
{
background-color: #426EFE;
}
</style>
border-color css
<style>
span { border-color: #426EFE; }
span { border-color: rgb(66,110,254); }
td.TdClassName
{
border-color: #426EFE;
}
.TagClassName
{
border-color: #426EFE;
}
</style>