Shades of Royal Blue #426BFB
Tints of Royal Blue #426BFB
RGB
CMYK
RGB Variations
Color information
#426BFB (or 0x426BFB) is known color: Royal Blue. HEX triplet: 42, 6B and FB. RGB value is (66,107,251). Sum of RGB (Red+Green+Blue) = 66+107+251=424 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.57% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #426BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426BFB is #BD9404. Grayscale: #6E6E6E. Windows color (decimal): -12424197 or 16476994. OLE color: 16476994.
HSL color Cylindrical-coordinate representation of color #426BFB: hue angle of 226.7º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #426BFB is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 107 | 251 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.02 |
| HSL | 226.7º | 0.96% | 0.62% | - |
| HSV(B) | 226.7º | 0.74% | 0.98% | - |
| XYZ | 24.92 | 18.64 | 93.55 | - |
| YUV | 111.16 | 206.92 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 107 | 251 | 0.74 | 0.57 | 0 | 0.02 | 226.7 | 0.96 | 0.62 |
| Hex | 42 | 6B | FB | 4A | 39 | 0 | 2 | E3 | 60 | 3E |
| Octal | 102 | 153 | 373 | 112 | 71 | 0 | 2 | 343 | 140 | 76 |
| Binary | 1000010 | 1101011 | 11111011 | 1001010 | 111001 | 0 | 10 | 11100011 | 1100000 | 111110 |
Color Harmonies of #426BFB
Complementary color
Monochromatic Colors of #426BFB
Black with #426BFB
Text Example
Text Example
White with #426BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426BFB; }
p { color: rgb(66,107,251); }
H1.HeaderClassName
{
color: #426BFB;
}
.AnyTagClassName
{
color: #426BFB;
}
</style>
background-color css
<style>
a { background-color: #426BFB; }
a { background-color: rgb(66,107,251); }
div.DivClassName
{
background-color: #426BFB;
}
.BgClassName
{
background-color: #426BFB;
}
</style>
border-color css
<style>
span { border-color: #426BFB; }
span { border-color: rgb(66,107,251); }
td.TdClassName
{
border-color: #426BFB;
}
.TagClassName
{
border-color: #426BFB;
}
</style>