Shades of Royal Blue #426BFD
Tints of Royal Blue #426BFD
RGB
CMYK
RGB Variations
Color information
#426BFD (or 0x426BFD) is known color: Royal Blue. HEX triplet: 42, 6B and FD. RGB value is (66,107,253). Sum of RGB (Red+Green+Blue) = 66+107+253=426 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.49% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #426BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426BFD is #BD9402. Grayscale: #6E6E6E. Windows color (decimal): -12424195 or 16608066. OLE color: 16608066.
HSL color Cylindrical-coordinate representation of color #426BFD: hue angle of 226.84º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #426BFD is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 107 | 253 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.01 |
| HSL | 226.84º | 0.98% | 0.63% | - |
| HSV(B) | 226.84º | 0.74% | 0.99% | - |
| XYZ | 25.23 | 18.77 | 95.22 | - |
| YUV | 111.39 | 207.92 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 107 | 253 | 0.74 | 0.58 | 0 | 0.01 | 226.84 | 0.98 | 0.63 |
| Hex | 42 | 6B | FD | 4A | 3A | 0 | 1 | E3 | 62 | 3F |
| Octal | 102 | 153 | 375 | 112 | 72 | 0 | 1 | 343 | 142 | 77 |
| Binary | 1000010 | 1101011 | 11111101 | 1001010 | 111010 | 0 | 1 | 11100011 | 1100010 | 111111 |
Color Harmonies of #426BFD
Complementary color
Monochromatic Colors of #426BFD
Black with #426BFD
Text Example
Text Example
White with #426BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426BFD; }
p { color: rgb(66,107,253); }
H1.HeaderClassName
{
color: #426BFD;
}
.AnyTagClassName
{
color: #426BFD;
}
</style>
background-color css
<style>
a { background-color: #426BFD; }
a { background-color: rgb(66,107,253); }
div.DivClassName
{
background-color: #426BFD;
}
.BgClassName
{
background-color: #426BFD;
}
</style>
border-color css
<style>
span { border-color: #426BFD; }
span { border-color: rgb(66,107,253); }
td.TdClassName
{
border-color: #426BFD;
}
.TagClassName
{
border-color: #426BFD;
}
</style>