Shades of Royal Blue #2655F8
Tints of Royal Blue #2655F8
RGB
CMYK
RGB Variations
Color information
#2655F8 (or 0x2655F8) is known color: Royal Blue. HEX triplet: 26, 55 and F8. RGB value is (38,85,248). Sum of RGB (Red+Green+Blue) = 38+85+248=371 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.24% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 248 (97.27% from 255 or 66.85% from 371); Max value from RGB is 248 - color contains mainly: blue. Hex color #2655F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2655F8 is #D9AA07. Grayscale: #585858. Windows color (decimal): -14264840 or 16274726. OLE color: 16274726.
HSL color Cylindrical-coordinate representation of color #2655F8: hue angle of 226.57º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2655F8 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 38 | 85 | 248 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.03 |
| HSL | 226.57º | 0.94% | 0.56% | - |
| HSV(B) | 226.57º | 0.85% | 0.97% | - |
| XYZ | 20.99 | 13.69 | 90.34 | - |
| YUV | 89.53 | 217.43 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 85 | 248 | 0.85 | 0.66 | 0 | 0.03 | 226.57 | 0.94 | 0.56 |
| Hex | 26 | 55 | F8 | 55 | 42 | 0 | 3 | E3 | 5E | 38 |
| Octal | 46 | 125 | 370 | 125 | 102 | 0 | 3 | 343 | 136 | 70 |
| Binary | 100110 | 1010101 | 11111000 | 1010101 | 1000010 | 0 | 11 | 11100011 | 1011110 | 111000 |
Color Harmonies of #2655F8
Complementary color
Monochromatic Colors of #2655F8
Black with #2655F8
Text Example
Text Example
White with #2655F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2655F8; }
p { color: rgb(38,85,248); }
H1.HeaderClassName
{
color: #2655F8;
}
.AnyTagClassName
{
color: #2655F8;
}
</style>
background-color css
<style>
a { background-color: #2655F8; }
a { background-color: rgb(38,85,248); }
div.DivClassName
{
background-color: #2655F8;
}
.BgClassName
{
background-color: #2655F8;
}
</style>
border-color css
<style>
span { border-color: #2655F8; }
span { border-color: rgb(38,85,248); }
td.TdClassName
{
border-color: #2655F8;
}
.TagClassName
{
border-color: #2655F8;
}
</style>