Shades of Royal Blue #2666DE
Tints of Royal Blue #2666DE
RGB
CMYK
RGB Variations
Color information
#2666DE (or 0x2666DE) is known color: Royal Blue. HEX triplet: 26, 66 and DE. RGB value is (38,102,222). Sum of RGB (Red+Green+Blue) = 38+102+222=362 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.50% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #2666DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2666DE is #D99921. Grayscale: #606060. Windows color (decimal): -14260514 or 14575142. OLE color: 14575142.
HSL color Cylindrical-coordinate representation of color #2666DE: hue angle of 219.13º 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 #2666DE is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 102 | 222 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.13 |
| HSL | 219.13º | 0.74% | 0.51% | - |
| HSV(B) | 219.13º | 0.83% | 0.87% | - |
| XYZ | 18.74 | 15.19 | 71.05 | - |
| YUV | 96.54 | 198.8 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 102 | 222 | 0.83 | 0.54 | 0 | 0.13 | 219.13 | 0.74 | 0.51 |
| Hex | 26 | 66 | DE | 53 | 36 | 0 | D | DB | 4A | 33 |
| Octal | 46 | 146 | 336 | 123 | 66 | 0 | 15 | 333 | 112 | 63 |
| Binary | 100110 | 1100110 | 11011110 | 1010011 | 110110 | 0 | 1101 | 11011011 | 1001010 | 110011 |
Color Harmonies of #2666DE
Complementary color
Monochromatic Colors of #2666DE
Black with #2666DE
Text Example
Text Example
White with #2666DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2666DE; }
p { color: rgb(38,102,222); }
H1.HeaderClassName
{
color: #2666DE;
}
.AnyTagClassName
{
color: #2666DE;
}
</style>
background-color css
<style>
a { background-color: #2666DE; }
a { background-color: rgb(38,102,222); }
div.DivClassName
{
background-color: #2666DE;
}
.BgClassName
{
background-color: #2666DE;
}
</style>
border-color css
<style>
span { border-color: #2666DE; }
span { border-color: rgb(38,102,222); }
td.TdClassName
{
border-color: #2666DE;
}
.TagClassName
{
border-color: #2666DE;
}
</style>