Shades of Royal Blue #4263EF
Tints of Royal Blue #4263EF
RGB
CMYK
RGB Variations
Color information
#4263EF (or 0x4263EF) is known color: Royal Blue. HEX triplet: 42, 63 and EF. RGB value is (66,99,239). Sum of RGB (Red+Green+Blue) = 66+99+239=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #4263EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4263EF is #BD9C10. Grayscale: #686868. Windows color (decimal): -12426257 or 15688514. OLE color: 15688514.
HSL color Cylindrical-coordinate representation of color #4263EF: hue angle of 228.55º 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 #4263EF is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 99 | 239 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.06 |
| HSL | 228.55º | 0.84% | 0.6% | - |
| HSV(B) | 228.55º | 0.72% | 0.94% | - |
| XYZ | 22.29 | 16.31 | 83.64 | - |
| YUV | 105.09 | 203.57 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 99 | 239 | 0.72 | 0.59 | 0 | 0.06 | 228.55 | 0.84 | 0.6 |
| Hex | 42 | 63 | EF | 48 | 3B | 0 | 6 | E5 | 54 | 3C |
| Octal | 102 | 143 | 357 | 110 | 73 | 0 | 6 | 345 | 124 | 74 |
| Binary | 1000010 | 1100011 | 11101111 | 1001000 | 111011 | 0 | 110 | 11100101 | 1010100 | 111100 |
Color Harmonies of #4263EF
Complementary color
Monochromatic Colors of #4263EF
Black with #4263EF
Text Example
Text Example
White with #4263EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4263EF; }
p { color: rgb(66,99,239); }
H1.HeaderClassName
{
color: #4263EF;
}
.AnyTagClassName
{
color: #4263EF;
}
</style>
background-color css
<style>
a { background-color: #4263EF; }
a { background-color: rgb(66,99,239); }
div.DivClassName
{
background-color: #4263EF;
}
.BgClassName
{
background-color: #4263EF;
}
</style>
border-color css
<style>
span { border-color: #4263EF; }
span { border-color: rgb(66,99,239); }
td.TdClassName
{
border-color: #4263EF;
}
.TagClassName
{
border-color: #4263EF;
}
</style>