Shades of Royal Blue #2668DF
Tints of Royal Blue #2668DF
RGB
CMYK
RGB Variations
Color information
#2668DF (or 0x2668DF) is known color: Royal Blue. HEX triplet: 26, 68 and DF. RGB value is (38,104,223). Sum of RGB (Red+Green+Blue) = 38+104+223=365 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.41% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #2668DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2668DF is #D99720. Grayscale: #616161. Windows color (decimal): -14260001 or 14641190. OLE color: 14641190.
HSL color Cylindrical-coordinate representation of color #2668DF: hue angle of 218.59º 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 #2668DF is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 104 | 223 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.13 |
| HSL | 218.59º | 0.74% | 0.51% | - |
| HSV(B) | 218.59º | 0.83% | 0.87% | - |
| XYZ | 19.07 | 15.64 | 71.83 | - |
| YUV | 97.83 | 198.63 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 104 | 223 | 0.83 | 0.53 | 0 | 0.13 | 218.59 | 0.74 | 0.51 |
| Hex | 26 | 68 | DF | 53 | 35 | 0 | D | DB | 4A | 33 |
| Octal | 46 | 150 | 337 | 123 | 65 | 0 | 15 | 333 | 112 | 63 |
| Binary | 100110 | 1101000 | 11011111 | 1010011 | 110101 | 0 | 1101 | 11011011 | 1001010 | 110011 |
Color Harmonies of #2668DF
Complementary color
Monochromatic Colors of #2668DF
Black with #2668DF
Text Example
Text Example
White with #2668DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2668DF; }
p { color: rgb(38,104,223); }
H1.HeaderClassName
{
color: #2668DF;
}
.AnyTagClassName
{
color: #2668DF;
}
</style>
background-color css
<style>
a { background-color: #2668DF; }
a { background-color: rgb(38,104,223); }
div.DivClassName
{
background-color: #2668DF;
}
.BgClassName
{
background-color: #2668DF;
}
</style>
border-color css
<style>
span { border-color: #2668DF; }
span { border-color: rgb(38,104,223); }
td.TdClassName
{
border-color: #2668DF;
}
.TagClassName
{
border-color: #2668DF;
}
</style>