Shades of Royal Blue #2665E8
Tints of Royal Blue #2665E8
RGB
CMYK
RGB Variations
Color information
#2665E8 (or 0x2665E8) is known color: Royal Blue. HEX triplet: 26, 65 and E8. RGB value is (38,101,232). Sum of RGB (Red+Green+Blue) = 38+101+232=371 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.24% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 232 (91.02% from 255 or 62.53% from 371); Max value from RGB is 232 - color contains mainly: blue. Hex color #2665E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2665E8 is #D99A17. Grayscale: #606060. Windows color (decimal): -14260760 or 15230246. OLE color: 15230246.
HSL color Cylindrical-coordinate representation of color #2665E8: hue angle of 220.52º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2665E8 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 38 | 101 | 232 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.09 |
| HSL | 220.52º | 0.81% | 0.53% | - |
| HSV(B) | 220.52º | 0.84% | 0.91% | - |
| XYZ | 20.02 | 15.55 | 78.29 | - |
| YUV | 97.1 | 204.13 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 101 | 232 | 0.84 | 0.56 | 0 | 0.09 | 220.52 | 0.81 | 0.53 |
| Hex | 26 | 65 | E8 | 54 | 38 | 0 | 9 | DD | 51 | 35 |
| Octal | 46 | 145 | 350 | 124 | 70 | 0 | 11 | 335 | 121 | 65 |
| Binary | 100110 | 1100101 | 11101000 | 1010100 | 111000 | 0 | 1001 | 11011101 | 1010001 | 110101 |
Color Harmonies of #2665E8
Complementary color
Monochromatic Colors of #2665E8
Black with #2665E8
Text Example
Text Example
White with #2665E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2665E8; }
p { color: rgb(38,101,232); }
H1.HeaderClassName
{
color: #2665E8;
}
.AnyTagClassName
{
color: #2665E8;
}
</style>
background-color css
<style>
a { background-color: #2665E8; }
a { background-color: rgb(38,101,232); }
div.DivClassName
{
background-color: #2665E8;
}
.BgClassName
{
background-color: #2665E8;
}
</style>
border-color css
<style>
span { border-color: #2665E8; }
span { border-color: rgb(38,101,232); }
td.TdClassName
{
border-color: #2665E8;
}
.TagClassName
{
border-color: #2665E8;
}
</style>