Shades of Royal Blue #4262EF
Tints of Royal Blue #4262EF
RGB
CMYK
RGB Variations
Color information
#4262EF (or 0x4262EF) is known color: Royal Blue. HEX triplet: 42, 62 and EF. RGB value is (66,98,239). Sum of RGB (Red+Green+Blue) = 66+98+239=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 239 (93.75% from 255 or 59.31% from 403); Max value from RGB is 239 - color contains mainly: blue. Hex color #4262EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4262EF is #BD9D10. Grayscale: #676767. Windows color (decimal): -12426513 or 15688258. OLE color: 15688258.
HSL color Cylindrical-coordinate representation of color #4262EF: hue angle of 228.9º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4262EF is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 98 | 239 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.06 |
| HSL | 228.9º | 0.84% | 0.6% | - |
| HSV(B) | 228.9º | 0.72% | 0.94% | - |
| XYZ | 22.19 | 16.13 | 83.6 | - |
| YUV | 104.51 | 203.9 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 98 | 239 | 0.72 | 0.59 | 0 | 0.06 | 228.9 | 0.84 | 0.6 |
| Hex | 42 | 62 | EF | 48 | 3B | 0 | 6 | E5 | 54 | 3C |
| Octal | 102 | 142 | 357 | 110 | 73 | 0 | 6 | 345 | 124 | 74 |
| Binary | 1000010 | 1100010 | 11101111 | 1001000 | 111011 | 0 | 110 | 11100101 | 1010100 | 111100 |
Color Harmonies of #4262EF
Complementary color
Monochromatic Colors of #4262EF
Black with #4262EF
Text Example
Text Example
White with #4262EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4262EF; }
p { color: rgb(66,98,239); }
H1.HeaderClassName
{
color: #4262EF;
}
.AnyTagClassName
{
color: #4262EF;
}
</style>
background-color css
<style>
a { background-color: #4262EF; }
a { background-color: rgb(66,98,239); }
div.DivClassName
{
background-color: #4262EF;
}
.BgClassName
{
background-color: #4262EF;
}
</style>
border-color css
<style>
span { border-color: #4262EF; }
span { border-color: rgb(66,98,239); }
td.TdClassName
{
border-color: #4262EF;
}
.TagClassName
{
border-color: #4262EF;
}
</style>