Shades of Royal Blue #2665DE
Tints of Royal Blue #2665DE
RGB
CMYK
RGB Variations
Color information
#2665DE (or 0x2665DE) is known color: Royal Blue. HEX triplet: 26, 65 and DE. RGB value is (38,101,222). Sum of RGB (Red+Green+Blue) = 38+101+222=361 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.53% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 222 (87.11% from 255 or 61.50% from 361); Max value from RGB is 222 - color contains mainly: blue. Hex color #2665DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2665DE is #D99A21. Grayscale: #5F5F5F. Windows color (decimal): -14260770 or 14574886. OLE color: 14574886.
HSL color Cylindrical-coordinate representation of color #2665DE: hue angle of 219.46º 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 #2665DE is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 101 | 222 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.13 |
| HSL | 219.46º | 0.74% | 0.51% | - |
| HSV(B) | 219.46º | 0.83% | 0.87% | - |
| XYZ | 18.64 | 14.99 | 71.02 | - |
| YUV | 95.96 | 199.13 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 101 | 222 | 0.83 | 0.55 | 0 | 0.13 | 219.46 | 0.74 | 0.51 |
| Hex | 26 | 65 | DE | 53 | 37 | 0 | D | DB | 4A | 33 |
| Octal | 46 | 145 | 336 | 123 | 67 | 0 | 15 | 333 | 112 | 63 |
| Binary | 100110 | 1100101 | 11011110 | 1010011 | 110111 | 0 | 1101 | 11011011 | 1001010 | 110011 |
Color Harmonies of #2665DE
Complementary color
Monochromatic Colors of #2665DE
Black with #2665DE
Text Example
Text Example
White with #2665DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2665DE; }
p { color: rgb(38,101,222); }
H1.HeaderClassName
{
color: #2665DE;
}
.AnyTagClassName
{
color: #2665DE;
}
</style>
background-color css
<style>
a { background-color: #2665DE; }
a { background-color: rgb(38,101,222); }
div.DivClassName
{
background-color: #2665DE;
}
.BgClassName
{
background-color: #2665DE;
}
</style>
border-color css
<style>
span { border-color: #2665DE; }
span { border-color: rgb(38,101,222); }
td.TdClassName
{
border-color: #2665DE;
}
.TagClassName
{
border-color: #2665DE;
}
</style>