Shades of Royal Blue #426FEB
Tints of Royal Blue #426FEB
RGB
CMYK
RGB Variations
Color information
#426FEB (or 0x426FEB) is known color: Royal Blue. HEX triplet: 42, 6F and EB. RGB value is (66,111,235). Sum of RGB (Red+Green+Blue) = 66+111+235=412 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.02% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #426FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426FEB is #BD9014. Grayscale: #6F6F6F. Windows color (decimal): -12423189 or 15429442. OLE color: 15429442.
HSL color Cylindrical-coordinate representation of color #426FEB: hue angle of 224.02º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #426FEB is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 111 | 235 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.08 |
| HSL | 224.02º | 0.81% | 0.59% | - |
| HSV(B) | 224.02º | 0.72% | 0.92% | - |
| XYZ | 22.93 | 18.53 | 80.96 | - |
| YUV | 111.68 | 197.59 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 111 | 235 | 0.72 | 0.53 | 0 | 0.08 | 224.02 | 0.81 | 0.59 |
| Hex | 42 | 6F | EB | 48 | 35 | 0 | 8 | E0 | 51 | 3B |
| Octal | 102 | 157 | 353 | 110 | 65 | 0 | 10 | 340 | 121 | 73 |
| Binary | 1000010 | 1101111 | 11101011 | 1001000 | 110101 | 0 | 1000 | 11100000 | 1010001 | 111011 |
Color Harmonies of #426FEB
Complementary color
Monochromatic Colors of #426FEB
Black with #426FEB
Text Example
Text Example
White with #426FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426FEB; }
p { color: rgb(66,111,235); }
H1.HeaderClassName
{
color: #426FEB;
}
.AnyTagClassName
{
color: #426FEB;
}
</style>
background-color css
<style>
a { background-color: #426FEB; }
a { background-color: rgb(66,111,235); }
div.DivClassName
{
background-color: #426FEB;
}
.BgClassName
{
background-color: #426FEB;
}
</style>
border-color css
<style>
span { border-color: #426FEB; }
span { border-color: rgb(66,111,235); }
td.TdClassName
{
border-color: #426FEB;
}
.TagClassName
{
border-color: #426FEB;
}
</style>