Shades of Royal Blue #2755F8
Tints of Royal Blue #2755F8
RGB
CMYK
RGB Variations
Color information
#2755F8 (or 0x2755F8) is known color: Royal Blue. HEX triplet: 27, 55 and F8. RGB value is (39,85,248). Sum of RGB (Red+Green+Blue) = 39+85+248=372 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.48% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 248 (97.27% from 255 or 66.67% from 372); Max value from RGB is 248 - color contains mainly: blue. Hex color #2755F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2755F8 is #D8AA07. Grayscale: #595959. Windows color (decimal): -14199304 or 16274727. OLE color: 16274727.
HSL color Cylindrical-coordinate representation of color #2755F8: hue angle of 226.79º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2755F8 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 39 | 85 | 248 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.03 |
| HSL | 226.79º | 0.94% | 0.56% | - |
| HSV(B) | 226.79º | 0.84% | 0.97% | - |
| XYZ | 21.03 | 13.71 | 90.34 | - |
| YUV | 89.83 | 217.26 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 85 | 248 | 0.84 | 0.66 | 0 | 0.03 | 226.79 | 0.94 | 0.56 |
| Hex | 27 | 55 | F8 | 54 | 42 | 0 | 3 | E3 | 5E | 38 |
| Octal | 47 | 125 | 370 | 124 | 102 | 0 | 3 | 343 | 136 | 70 |
| Binary | 100111 | 1010101 | 11111000 | 1010100 | 1000010 | 0 | 11 | 11100011 | 1011110 | 111000 |
Color Harmonies of #2755F8
Complementary color
Monochromatic Colors of #2755F8
Black with #2755F8
Text Example
Text Example
White with #2755F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2755F8; }
p { color: rgb(39,85,248); }
H1.HeaderClassName
{
color: #2755F8;
}
.AnyTagClassName
{
color: #2755F8;
}
</style>
background-color css
<style>
a { background-color: #2755F8; }
a { background-color: rgb(39,85,248); }
div.DivClassName
{
background-color: #2755F8;
}
.BgClassName
{
background-color: #2755F8;
}
</style>
border-color css
<style>
span { border-color: #2755F8; }
span { border-color: rgb(39,85,248); }
td.TdClassName
{
border-color: #2755F8;
}
.TagClassName
{
border-color: #2755F8;
}
</style>