Shades of Royal Blue #2866D4
Tints of Royal Blue #2866D4
RGB
CMYK
RGB Variations
Color information
#2866D4 (or 0x2866D4) is known color: Royal Blue. HEX triplet: 28, 66 and D4. RGB value is (40,102,212). Sum of RGB (Red+Green+Blue) = 40+102+212=354 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.30% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 212 (83.20% from 255 or 59.89% from 354); Max value from RGB is 212 - color contains mainly: blue. Hex color #2866D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2866D4 is #D7992B. Grayscale: #5F5F5F. Windows color (decimal): -14129452 or 13919784. OLE color: 13919784.
HSL color Cylindrical-coordinate representation of color #2866D4: hue angle of 218.37º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2866D4 is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 40 | 102 | 212 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.17 |
| HSL | 218.37º | 0.68% | 0.49% | - |
| HSV(B) | 218.37º | 0.81% | 0.83% | - |
| XYZ | 17.51 | 14.71 | 64.2 | - |
| YUV | 96 | 193.46 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 102 | 212 | 0.81 | 0.52 | 0 | 0.17 | 218.37 | 0.68 | 0.49 |
| Hex | 28 | 66 | D4 | 51 | 34 | 0 | 11 | DA | 44 | 31 |
| Octal | 50 | 146 | 324 | 121 | 64 | 0 | 21 | 332 | 104 | 61 |
| Binary | 101000 | 1100110 | 11010100 | 1010001 | 110100 | 0 | 10001 | 11011010 | 1000100 | 110001 |
Color Harmonies of #2866D4
Complementary color
Monochromatic Colors of #2866D4
Black with #2866D4
Text Example
Text Example
White with #2866D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2866D4; }
p { color: rgb(40,102,212); }
H1.HeaderClassName
{
color: #2866D4;
}
.AnyTagClassName
{
color: #2866D4;
}
</style>
background-color css
<style>
a { background-color: #2866D4; }
a { background-color: rgb(40,102,212); }
div.DivClassName
{
background-color: #2866D4;
}
.BgClassName
{
background-color: #2866D4;
}
</style>
border-color css
<style>
span { border-color: #2866D4; }
span { border-color: rgb(40,102,212); }
td.TdClassName
{
border-color: #2866D4;
}
.TagClassName
{
border-color: #2866D4;
}
</style>