Shades of Royal Blue #214FE9
Tints of Royal Blue #214FE9
RGB
CMYK
RGB Variations
Color information
#214FE9 (or 0x214FE9) is known color: Royal Blue. HEX triplet: 21, 4F and E9. RGB value is (33,79,233). Sum of RGB (Red+Green+Blue) = 33+79+233=345 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.57% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 233 (91.41% from 255 or 67.54% from 345); Max value from RGB is 233 - color contains mainly: blue. Hex color #214FE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #214FE9 is #DEB016. Grayscale: #525252. Windows color (decimal): -14594071 or 15290145. OLE color: 15290145.
HSL color Cylindrical-coordinate representation of color #214FE9: hue angle of 226.2º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #214FE9 is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 79 | 233 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.09 |
| HSL | 226.2º | 0.82% | 0.52% | - |
| HSV(B) | 226.2º | 0.86% | 0.91% | - |
| XYZ | 18.13 | 11.8 | 78.41 | - |
| YUV | 82.8 | 212.76 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 79 | 233 | 0.86 | 0.66 | 0 | 0.09 | 226.2 | 0.82 | 0.52 |
| Hex | 21 | 4F | E9 | 56 | 42 | 0 | 9 | E2 | 52 | 34 |
| Octal | 41 | 117 | 351 | 126 | 102 | 0 | 11 | 342 | 122 | 64 |
| Binary | 100001 | 1001111 | 11101001 | 1010110 | 1000010 | 0 | 1001 | 11100010 | 1010010 | 110100 |
Color Harmonies of #214FE9
Complementary color
Monochromatic Colors of #214FE9
Black with #214FE9
Text Example
Text Example
White with #214FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214FE9; }
p { color: rgb(33,79,233); }
H1.HeaderClassName
{
color: #214FE9;
}
.AnyTagClassName
{
color: #214FE9;
}
</style>
background-color css
<style>
a { background-color: #214FE9; }
a { background-color: rgb(33,79,233); }
div.DivClassName
{
background-color: #214FE9;
}
.BgClassName
{
background-color: #214FE9;
}
</style>
border-color css
<style>
span { border-color: #214FE9; }
span { border-color: rgb(33,79,233); }
td.TdClassName
{
border-color: #214FE9;
}
.TagClassName
{
border-color: #214FE9;
}
</style>