Shades of Royal Blue #426FF7
Tints of Royal Blue #426FF7
RGB
CMYK
RGB Variations
Color information
#426FF7 (or 0x426FF7) is known color: Royal Blue. HEX triplet: 42, 6F and F7. RGB value is (66,111,247). Sum of RGB (Red+Green+Blue) = 66+111+247=424 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.57% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 247 (96.88% from 255 or 58.25% from 424); Max value from RGB is 247 - color contains mainly: blue. Hex color #426FF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426FF7 is #BD9008. Grayscale: #707070. Windows color (decimal): -12423177 or 16215874. OLE color: 16215874.
HSL color Cylindrical-coordinate representation of color #426FF7: hue angle of 225.08º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #426FF7 is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 111 | 247 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.03 |
| HSL | 225.08º | 0.92% | 0.61% | - |
| HSV(B) | 225.08º | 0.73% | 0.97% | - |
| XYZ | 24.72 | 19.24 | 90.41 | - |
| YUV | 113.05 | 203.59 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 111 | 247 | 0.73 | 0.55 | 0 | 0.03 | 225.08 | 0.92 | 0.61 |
| Hex | 42 | 6F | F7 | 49 | 37 | 0 | 3 | E1 | 5C | 3D |
| Octal | 102 | 157 | 367 | 111 | 67 | 0 | 3 | 341 | 134 | 75 |
| Binary | 1000010 | 1101111 | 11110111 | 1001001 | 110111 | 0 | 11 | 11100001 | 1011100 | 111101 |
Color Harmonies of #426FF7
Complementary color
Monochromatic Colors of #426FF7
Black with #426FF7
Text Example
Text Example
White with #426FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426FF7; }
p { color: rgb(66,111,247); }
H1.HeaderClassName
{
color: #426FF7;
}
.AnyTagClassName
{
color: #426FF7;
}
</style>
background-color css
<style>
a { background-color: #426FF7; }
a { background-color: rgb(66,111,247); }
div.DivClassName
{
background-color: #426FF7;
}
.BgClassName
{
background-color: #426FF7;
}
</style>
border-color css
<style>
span { border-color: #426FF7; }
span { border-color: rgb(66,111,247); }
td.TdClassName
{
border-color: #426FF7;
}
.TagClassName
{
border-color: #426FF7;
}
</style>