Shades of Royal Blue #426CEB
Tints of Royal Blue #426CEB
RGB
CMYK
RGB Variations
Color information
#426CEB (or 0x426CEB) is known color: Royal Blue. HEX triplet: 42, 6C and EB. RGB value is (66,108,235). Sum of RGB (Red+Green+Blue) = 66+108+235=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 235 (92.19% from 255 or 57.46% from 409); Max value from RGB is 235 - color contains mainly: blue. Hex color #426CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426CEB is #BD9314. Grayscale: #6D6D6D. Windows color (decimal): -12423957 or 15428674. OLE color: 15428674.
HSL color Cylindrical-coordinate representation of color #426CEB: hue angle of 225.09º 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 #426CEB is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 108 | 235 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.08 |
| HSL | 225.09º | 0.81% | 0.59% | - |
| HSV(B) | 225.09º | 0.72% | 0.92% | - |
| XYZ | 22.6 | 17.88 | 80.86 | - |
| YUV | 109.92 | 198.59 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 108 | 235 | 0.72 | 0.54 | 0 | 0.08 | 225.09 | 0.81 | 0.59 |
| Hex | 42 | 6C | EB | 48 | 36 | 0 | 8 | E1 | 51 | 3B |
| Octal | 102 | 154 | 353 | 110 | 66 | 0 | 10 | 341 | 121 | 73 |
| Binary | 1000010 | 1101100 | 11101011 | 1001000 | 110110 | 0 | 1000 | 11100001 | 1010001 | 111011 |
Color Harmonies of #426CEB
Complementary color
Monochromatic Colors of #426CEB
Black with #426CEB
Text Example
Text Example
White with #426CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426CEB; }
p { color: rgb(66,108,235); }
H1.HeaderClassName
{
color: #426CEB;
}
.AnyTagClassName
{
color: #426CEB;
}
</style>
background-color css
<style>
a { background-color: #426CEB; }
a { background-color: rgb(66,108,235); }
div.DivClassName
{
background-color: #426CEB;
}
.BgClassName
{
background-color: #426CEB;
}
</style>
border-color css
<style>
span { border-color: #426CEB; }
span { border-color: rgb(66,108,235); }
td.TdClassName
{
border-color: #426CEB;
}
.TagClassName
{
border-color: #426CEB;
}
</style>