Shades of Royal Blue #2673DE
Tints of Royal Blue #2673DE
RGB
CMYK
RGB Variations
Color information
#2673DE (or 0x2673DE) is known color: Royal Blue. HEX triplet: 26, 73 and DE. RGB value is (38,115,222). Sum of RGB (Red+Green+Blue) = 38+115+222=375 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.13% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 222 (87.11% from 255 or 59.2% from 375); Max value from RGB is 222 - color contains mainly: blue. Hex color #2673DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2673DE is #D98C21. Grayscale: #676767. Windows color (decimal): -14257186 or 14578470. OLE color: 14578470.
HSL color Cylindrical-coordinate representation of color #2673DE: hue angle of 214.89º degrees, saturation: 0.74, 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 #2673DE is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 115 | 222 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.13 |
| HSL | 214.89º | 0.74% | 0.51% | - |
| HSV(B) | 214.89º | 0.83% | 0.87% | - |
| XYZ | 20.11 | 17.95 | 71.51 | - |
| YUV | 104.18 | 194.49 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 115 | 222 | 0.83 | 0.48 | 0 | 0.13 | 214.89 | 0.74 | 0.51 |
| Hex | 26 | 73 | DE | 53 | 30 | 0 | D | D7 | 4A | 33 |
| Octal | 46 | 163 | 336 | 123 | 60 | 0 | 15 | 327 | 112 | 63 |
| Binary | 100110 | 1110011 | 11011110 | 1010011 | 110000 | 0 | 1101 | 11010111 | 1001010 | 110011 |
Color Harmonies of #2673DE
Complementary color
Monochromatic Colors of #2673DE
Black with #2673DE
Text Example
Text Example
White with #2673DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2673DE; }
p { color: rgb(38,115,222); }
H1.HeaderClassName
{
color: #2673DE;
}
.AnyTagClassName
{
color: #2673DE;
}
</style>
background-color css
<style>
a { background-color: #2673DE; }
a { background-color: rgb(38,115,222); }
div.DivClassName
{
background-color: #2673DE;
}
.BgClassName
{
background-color: #2673DE;
}
</style>
border-color css
<style>
span { border-color: #2673DE; }
span { border-color: rgb(38,115,222); }
td.TdClassName
{
border-color: #2673DE;
}
.TagClassName
{
border-color: #2673DE;
}
</style>