Shades of Royal Blue #2663DD
Tints of Royal Blue #2663DD
RGB
CMYK
RGB Variations
Color information
#2663DD (or 0x2663DD) is known color: Royal Blue. HEX triplet: 26, 63 and DD. RGB value is (38,99,221). Sum of RGB (Red+Green+Blue) = 38+99+221=358 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.61% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 221 (86.72% from 255 or 61.73% from 358); Max value from RGB is 221 - color contains mainly: blue. Hex color #2663DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2663DD is #D99C22. Grayscale: #5E5E5E. Windows color (decimal): -14261283 or 14508838. OLE color: 14508838.
HSL color Cylindrical-coordinate representation of color #2663DD: hue angle of 220º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2663DD is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 99 | 221 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.13 |
| HSL | 220º | 0.73% | 0.51% | - |
| HSV(B) | 220º | 0.83% | 0.87% | - |
| XYZ | 18.31 | 14.56 | 70.25 | - |
| YUV | 94.67 | 199.29 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 99 | 221 | 0.83 | 0.55 | 0 | 0.13 | 220 | 0.73 | 0.51 |
| Hex | 26 | 63 | DD | 53 | 37 | 0 | D | DC | 49 | 33 |
| Octal | 46 | 143 | 335 | 123 | 67 | 0 | 15 | 334 | 111 | 63 |
| Binary | 100110 | 1100011 | 11011101 | 1010011 | 110111 | 0 | 1101 | 11011100 | 1001001 | 110011 |
Color Harmonies of #2663DD
Complementary color
Monochromatic Colors of #2663DD
Black with #2663DD
Text Example
Text Example
White with #2663DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2663DD; }
p { color: rgb(38,99,221); }
H1.HeaderClassName
{
color: #2663DD;
}
.AnyTagClassName
{
color: #2663DD;
}
</style>
background-color css
<style>
a { background-color: #2663DD; }
a { background-color: rgb(38,99,221); }
div.DivClassName
{
background-color: #2663DD;
}
.BgClassName
{
background-color: #2663DD;
}
</style>
border-color css
<style>
span { border-color: #2663DD; }
span { border-color: rgb(38,99,221); }
td.TdClassName
{
border-color: #2663DD;
}
.TagClassName
{
border-color: #2663DD;
}
</style>