Shades of Royal Blue #426DFF
Tints of Royal Blue #426DFF
RGB
CMYK
RGB Variations
Color information
#426DFF (or 0x426DFF) is known color: Royal Blue. HEX triplet: 42, 6D and FF. RGB value is (66,109,255). Sum of RGB (Red+Green+Blue) = 66+109+255=430 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.35% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #426DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426DFF is #BD9200. Grayscale: #707070. Windows color (decimal): -12423681 or 16739650. OLE color: 16739650.
HSL color Cylindrical-coordinate representation of color #426DFF: hue angle of 226.35º 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 #426DFF is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 109 | 255 | - |
| CMYK | 0.74 | 0.57 | 0 | 0 |
| HSL | 226.35º | 1% | 0.63% | - |
| HSV(B) | 226.35º | 0.74% | 1% | - |
| XYZ | 25.77 | 19.32 | 96.98 | - |
| YUV | 112.79 | 208.25 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 109 | 255 | 0.74 | 0.57 | 0 | 0 | 226.35 | 1 | 0.63 |
| Hex | 42 | 6D | FF | 4A | 39 | 0 | 0 | E2 | 64 | 3F |
| Octal | 102 | 155 | 377 | 112 | 71 | 0 | 0 | 342 | 144 | 77 |
| Binary | 1000010 | 1101101 | 11111111 | 1001010 | 111001 | 0 | 0 | 11100010 | 1100100 | 111111 |
Color Harmonies of #426DFF
Complementary color
Monochromatic Colors of #426DFF
Black with #426DFF
Text Example
Text Example
White with #426DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426DFF; }
p { color: rgb(66,109,255); }
H1.HeaderClassName
{
color: #426DFF;
}
.AnyTagClassName
{
color: #426DFF;
}
</style>
background-color css
<style>
a { background-color: #426DFF; }
a { background-color: rgb(66,109,255); }
div.DivClassName
{
background-color: #426DFF;
}
.BgClassName
{
background-color: #426DFF;
}
</style>
border-color css
<style>
span { border-color: #426DFF; }
span { border-color: rgb(66,109,255); }
td.TdClassName
{
border-color: #426DFF;
}
.TagClassName
{
border-color: #426DFF;
}
</style>