Shades of Royal Blue #2875F0
Tints of Royal Blue #2875F0
RGB
CMYK
RGB Variations
Color information
#2875F0 (or 0x2875F0) is known color: Royal Blue. HEX triplet: 28, 75 and F0. RGB value is (40,117,240). Sum of RGB (Red+Green+Blue) = 40+117+240=397 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.08% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 240 (94.14% from 255 or 60.45% from 397); Max value from RGB is 240 - color contains mainly: blue. Hex color #2875F0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2875F0 is #D78A0F. Grayscale: #6B6B6B. Windows color (decimal): -14125584 or 15758632. OLE color: 15758632.
HSL color Cylindrical-coordinate representation of color #2875F0: hue angle of 216.9º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2875F0 is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 117 | 240 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.06 |
| HSL | 216.9º | 0.87% | 0.55% | - |
| HSV(B) | 216.9º | 0.83% | 0.94% | - |
| XYZ | 22.96 | 19.46 | 84.98 | - |
| YUV | 108 | 202.49 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 117 | 240 | 0.83 | 0.51 | 0 | 0.06 | 216.9 | 0.87 | 0.55 |
| Hex | 28 | 75 | F0 | 53 | 33 | 0 | 6 | D9 | 57 | 37 |
| Octal | 50 | 165 | 360 | 123 | 63 | 0 | 6 | 331 | 127 | 67 |
| Binary | 101000 | 1110101 | 11110000 | 1010011 | 110011 | 0 | 110 | 11011001 | 1010111 | 110111 |
Color Harmonies of #2875F0
Complementary color
Monochromatic Colors of #2875F0
Black with #2875F0
Text Example
Text Example
White with #2875F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2875F0; }
p { color: rgb(40,117,240); }
H1.HeaderClassName
{
color: #2875F0;
}
.AnyTagClassName
{
color: #2875F0;
}
</style>
background-color css
<style>
a { background-color: #2875F0; }
a { background-color: rgb(40,117,240); }
div.DivClassName
{
background-color: #2875F0;
}
.BgClassName
{
background-color: #2875F0;
}
</style>
border-color css
<style>
span { border-color: #2875F0; }
span { border-color: rgb(40,117,240); }
td.TdClassName
{
border-color: #2875F0;
}
.TagClassName
{
border-color: #2875F0;
}
</style>