Shades of Royal Blue #424FE3
Tints of Royal Blue #424FE3
RGB
CMYK
RGB Variations
Color information
#424FE3 (or 0x424FE3) is known color: Royal Blue. HEX triplet: 42, 4F and E3. RGB value is (66,79,227). Sum of RGB (Red+Green+Blue) = 66+79+227=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 227 (89.06% from 255 or 61.02% from 372); Max value from RGB is 227 - color contains mainly: blue. Hex color #424FE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424FE3 is #BDB01C. Grayscale: #5B5B5B. Windows color (decimal): -12431389 or 14896962. OLE color: 14896962.
HSL color Cylindrical-coordinate representation of color #424FE3: hue angle of 235.16º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #424FE3 is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 66 | 79 | 227 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.11 |
| HSL | 235.16º | 0.74% | 0.57% | - |
| HSV(B) | 235.16º | 0.71% | 0.89% | - |
| XYZ | 18.91 | 12.3 | 74.05 | - |
| YUV | 91.99 | 204.19 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 79 | 227 | 0.71 | 0.65 | 0 | 0.11 | 235.16 | 0.74 | 0.57 |
| Hex | 42 | 4F | E3 | 47 | 41 | 0 | B | EB | 4A | 39 |
| Octal | 102 | 117 | 343 | 107 | 101 | 0 | 13 | 353 | 112 | 71 |
| Binary | 1000010 | 1001111 | 11100011 | 1000111 | 1000001 | 0 | 1011 | 11101011 | 1001010 | 111001 |
Color Harmonies of #424FE3
Complementary color
Monochromatic Colors of #424FE3
Black with #424FE3
Text Example
Text Example
White with #424FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424FE3; }
p { color: rgb(66,79,227); }
H1.HeaderClassName
{
color: #424FE3;
}
.AnyTagClassName
{
color: #424FE3;
}
</style>
background-color css
<style>
a { background-color: #424FE3; }
a { background-color: rgb(66,79,227); }
div.DivClassName
{
background-color: #424FE3;
}
.BgClassName
{
background-color: #424FE3;
}
</style>
border-color css
<style>
span { border-color: #424FE3; }
span { border-color: rgb(66,79,227); }
td.TdClassName
{
border-color: #424FE3;
}
.TagClassName
{
border-color: #424FE3;
}
</style>