Shades of Royal Blue #2869F3
Tints of Royal Blue #2869F3
RGB
CMYK
RGB Variations
Color information
#2869F3 (or 0x2869F3) is known color: Royal Blue. HEX triplet: 28, 69 and F3. RGB value is (40,105,243). Sum of RGB (Red+Green+Blue) = 40+105+243=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 243 (95.31% from 255 or 62.63% from 388); Max value from RGB is 243 - color contains mainly: blue. Hex color #2869F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2869F3 is #D7960C. Grayscale: #646464. Windows color (decimal): -14128653 or 15952168. OLE color: 15952168.
HSL color Cylindrical-coordinate representation of color #2869F3: hue angle of 220.79º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2869F3 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 105 | 243 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.05 |
| HSL | 220.79º | 0.89% | 0.55% | - |
| HSV(B) | 220.79º | 0.84% | 0.95% | - |
| XYZ | 22.1 | 17.03 | 86.92 | - |
| YUV | 101.3 | 207.97 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 105 | 243 | 0.84 | 0.57 | 0 | 0.05 | 220.79 | 0.89 | 0.55 |
| Hex | 28 | 69 | F3 | 54 | 39 | 0 | 5 | DD | 59 | 37 |
| Octal | 50 | 151 | 363 | 124 | 71 | 0 | 5 | 335 | 131 | 67 |
| Binary | 101000 | 1101001 | 11110011 | 1010100 | 111001 | 0 | 101 | 11011101 | 1011001 | 110111 |
Color Harmonies of #2869F3
Complementary color
Monochromatic Colors of #2869F3
Black with #2869F3
Text Example
Text Example
White with #2869F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2869F3; }
p { color: rgb(40,105,243); }
H1.HeaderClassName
{
color: #2869F3;
}
.AnyTagClassName
{
color: #2869F3;
}
</style>
background-color css
<style>
a { background-color: #2869F3; }
a { background-color: rgb(40,105,243); }
div.DivClassName
{
background-color: #2869F3;
}
.BgClassName
{
background-color: #2869F3;
}
</style>
border-color css
<style>
span { border-color: #2869F3; }
span { border-color: rgb(40,105,243); }
td.TdClassName
{
border-color: #2869F3;
}
.TagClassName
{
border-color: #2869F3;
}
</style>