Shades of Royal Blue #426FFD
Tints of Royal Blue #426FFD
RGB
CMYK
RGB Variations
Color information
#426FFD (or 0x426FFD) is known color: Royal Blue. HEX triplet: 42, 6F and FD. RGB value is (66,111,253). Sum of RGB (Red+Green+Blue) = 66+111+253=430 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.35% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #426FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426FFD is #BD9002. Grayscale: #717171. Windows color (decimal): -12423171 or 16609090. OLE color: 16609090.
HSL color Cylindrical-coordinate representation of color #426FFD: hue angle of 225.56º 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 #426FFD is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 111 | 253 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.01 |
| HSL | 225.56º | 0.98% | 0.63% | - |
| HSV(B) | 225.56º | 0.74% | 0.99% | - |
| XYZ | 25.66 | 19.62 | 95.36 | - |
| YUV | 113.73 | 206.59 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 111 | 253 | 0.74 | 0.56 | 0 | 0.01 | 225.56 | 0.98 | 0.63 |
| Hex | 42 | 6F | FD | 4A | 38 | 0 | 1 | E2 | 62 | 3F |
| Octal | 102 | 157 | 375 | 112 | 70 | 0 | 1 | 342 | 142 | 77 |
| Binary | 1000010 | 1101111 | 11111101 | 1001010 | 111000 | 0 | 1 | 11100010 | 1100010 | 111111 |
Color Harmonies of #426FFD
Complementary color
Monochromatic Colors of #426FFD
Black with #426FFD
Text Example
Text Example
White with #426FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426FFD; }
p { color: rgb(66,111,253); }
H1.HeaderClassName
{
color: #426FFD;
}
.AnyTagClassName
{
color: #426FFD;
}
</style>
background-color css
<style>
a { background-color: #426FFD; }
a { background-color: rgb(66,111,253); }
div.DivClassName
{
background-color: #426FFD;
}
.BgClassName
{
background-color: #426FFD;
}
</style>
border-color css
<style>
span { border-color: #426FFD; }
span { border-color: rgb(66,111,253); }
td.TdClassName
{
border-color: #426FFD;
}
.TagClassName
{
border-color: #426FFD;
}
</style>