Shades of Royal Blue #2663F7
Tints of Royal Blue #2663F7
RGB
CMYK
RGB Variations
Color information
#2663F7 (or 0x2663F7) is known color: Royal Blue. HEX triplet: 26, 63 and F7. RGB value is (38,99,247). Sum of RGB (Red+Green+Blue) = 38+99+247=384 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.90% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 247 (96.88% from 255 or 64.32% from 384); Max value from RGB is 247 - color contains mainly: blue. Hex color #2663F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2663F7 is #D99C08. Grayscale: #606060. Windows color (decimal): -14261257 or 16212774. OLE color: 16212774.
HSL color Cylindrical-coordinate representation of color #2663F7: hue angle of 222.49º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2663F7 is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 38 | 99 | 247 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.03 |
| HSL | 222.49º | 0.93% | 0.56% | - |
| HSV(B) | 222.49º | 0.85% | 0.97% | - |
| XYZ | 22.05 | 16.05 | 89.93 | - |
| YUV | 97.63 | 212.29 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 99 | 247 | 0.85 | 0.60 | 0 | 0.03 | 222.49 | 0.93 | 0.56 |
| Hex | 26 | 63 | F7 | 55 | 3C | 0 | 3 | DE | 5D | 38 |
| Octal | 46 | 143 | 367 | 125 | 74 | 0 | 3 | 336 | 135 | 70 |
| Binary | 100110 | 1100011 | 11110111 | 1010101 | 111100 | 0 | 11 | 11011110 | 1011101 | 111000 |
Color Harmonies of #2663F7
Complementary color
Monochromatic Colors of #2663F7
Black with #2663F7
Text Example
Text Example
White with #2663F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2663F7; }
p { color: rgb(38,99,247); }
H1.HeaderClassName
{
color: #2663F7;
}
.AnyTagClassName
{
color: #2663F7;
}
</style>
background-color css
<style>
a { background-color: #2663F7; }
a { background-color: rgb(38,99,247); }
div.DivClassName
{
background-color: #2663F7;
}
.BgClassName
{
background-color: #2663F7;
}
</style>
border-color css
<style>
span { border-color: #2663F7; }
span { border-color: rgb(38,99,247); }
td.TdClassName
{
border-color: #2663F7;
}
.TagClassName
{
border-color: #2663F7;
}
</style>