Shades of Royal Blue #2666DB
Tints of Royal Blue #2666DB
RGB
CMYK
RGB Variations
Color information
#2666DB (or 0x2666DB) is known color: Royal Blue. HEX triplet: 26, 66 and DB. RGB value is (38,102,219). Sum of RGB (Red+Green+Blue) = 38+102+219=359 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.58% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #2666DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2666DB is #D99924. Grayscale: #5F5F5F. Windows color (decimal): -14260517 or 14378534. OLE color: 14378534.
HSL color Cylindrical-coordinate representation of color #2666DB: hue angle of 218.78º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2666DB is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 102 | 219 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.14 |
| HSL | 218.78º | 0.72% | 0.5% | - |
| HSV(B) | 218.78º | 0.83% | 0.86% | - |
| XYZ | 18.34 | 15.03 | 68.95 | - |
| YUV | 96.2 | 197.3 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 102 | 219 | 0.83 | 0.53 | 0 | 0.14 | 218.78 | 0.72 | 0.5 |
| Hex | 26 | 66 | DB | 53 | 35 | 0 | E | DB | 48 | 32 |
| Octal | 46 | 146 | 333 | 123 | 65 | 0 | 16 | 333 | 110 | 62 |
| Binary | 100110 | 1100110 | 11011011 | 1010011 | 110101 | 0 | 1110 | 11011011 | 1001000 | 110010 |
Color Harmonies of #2666DB
Complementary color
Monochromatic Colors of #2666DB
Black with #2666DB
Text Example
Text Example
White with #2666DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2666DB; }
p { color: rgb(38,102,219); }
H1.HeaderClassName
{
color: #2666DB;
}
.AnyTagClassName
{
color: #2666DB;
}
</style>
background-color css
<style>
a { background-color: #2666DB; }
a { background-color: rgb(38,102,219); }
div.DivClassName
{
background-color: #2666DB;
}
.BgClassName
{
background-color: #2666DB;
}
</style>
border-color css
<style>
span { border-color: #2666DB; }
span { border-color: rgb(38,102,219); }
td.TdClassName
{
border-color: #2666DB;
}
.TagClassName
{
border-color: #2666DB;
}
</style>