Shades of Royal Blue #2655F9
Tints of Royal Blue #2655F9
RGB
CMYK
RGB Variations
Color information
#2655F9 (or 0x2655F9) is known color: Royal Blue. HEX triplet: 26, 55 and F9. RGB value is (38,85,249). Sum of RGB (Red+Green+Blue) = 38+85+249=372 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.22% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 249 (97.66% from 255 or 66.94% from 372); Max value from RGB is 249 - color contains mainly: blue. Hex color #2655F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2655F9 is #D9AA06. Grayscale: #585858. Windows color (decimal): -14264839 or 16340262. OLE color: 16340262.
HSL color Cylindrical-coordinate representation of color #2655F9: hue angle of 226.64º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2655F9 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 85 | 249 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.02 |
| HSL | 226.64º | 0.95% | 0.56% | - |
| HSV(B) | 226.64º | 0.85% | 0.98% | - |
| XYZ | 21.15 | 13.75 | 91.16 | - |
| YUV | 89.64 | 217.93 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 85 | 249 | 0.85 | 0.66 | 0 | 0.02 | 226.64 | 0.95 | 0.56 |
| Hex | 26 | 55 | F9 | 55 | 42 | 0 | 2 | E3 | 5F | 38 |
| Octal | 46 | 125 | 371 | 125 | 102 | 0 | 2 | 343 | 137 | 70 |
| Binary | 100110 | 1010101 | 11111001 | 1010101 | 1000010 | 0 | 10 | 11100011 | 1011111 | 111000 |
Color Harmonies of #2655F9
Complementary color
Monochromatic Colors of #2655F9
Black with #2655F9
Text Example
Text Example
White with #2655F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2655F9; }
p { color: rgb(38,85,249); }
H1.HeaderClassName
{
color: #2655F9;
}
.AnyTagClassName
{
color: #2655F9;
}
</style>
background-color css
<style>
a { background-color: #2655F9; }
a { background-color: rgb(38,85,249); }
div.DivClassName
{
background-color: #2655F9;
}
.BgClassName
{
background-color: #2655F9;
}
</style>
border-color css
<style>
span { border-color: #2655F9; }
span { border-color: rgb(38,85,249); }
td.TdClassName
{
border-color: #2655F9;
}
.TagClassName
{
border-color: #2655F9;
}
</style>