Shades of Royal Blue #2178DF
Tints of Royal Blue #2178DF
RGB
CMYK
RGB Variations
Color information
#2178DF (or 0x2178DF) is known color: Royal Blue. HEX triplet: 21, 78 and DF. RGB value is (33,120,223). Sum of RGB (Red+Green+Blue) = 33+120+223=376 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.78% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #2178DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2178DF is #DE8720. Grayscale: #696969. Windows color (decimal): -14583585 or 14645281. OLE color: 14645281.
HSL color Cylindrical-coordinate representation of color #2178DF: hue angle of 212.53º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2178DF is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 120 | 223 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.13 |
| HSL | 212.53º | 0.75% | 0.5% | - |
| HSV(B) | 212.53º | 0.85% | 0.87% | - |
| XYZ | 20.66 | 19.08 | 72.41 | - |
| YUV | 105.73 | 194.18 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 120 | 223 | 0.85 | 0.46 | 0 | 0.13 | 212.53 | 0.75 | 0.5 |
| Hex | 21 | 78 | DF | 55 | 2E | 0 | D | D5 | 4B | 32 |
| Octal | 41 | 170 | 337 | 125 | 56 | 0 | 15 | 325 | 113 | 62 |
| Binary | 100001 | 1111000 | 11011111 | 1010101 | 101110 | 0 | 1101 | 11010101 | 1001011 | 110010 |
Color Harmonies of #2178DF
Complementary color
Monochromatic Colors of #2178DF
Black with #2178DF
Text Example
Text Example
White with #2178DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2178DF; }
p { color: rgb(33,120,223); }
H1.HeaderClassName
{
color: #2178DF;
}
.AnyTagClassName
{
color: #2178DF;
}
</style>
background-color css
<style>
a { background-color: #2178DF; }
a { background-color: rgb(33,120,223); }
div.DivClassName
{
background-color: #2178DF;
}
.BgClassName
{
background-color: #2178DF;
}
</style>
border-color css
<style>
span { border-color: #2178DF; }
span { border-color: rgb(33,120,223); }
td.TdClassName
{
border-color: #2178DF;
}
.TagClassName
{
border-color: #2178DF;
}
</style>