Shades of Blue #121EEA
Tints of Blue #121EEA
RGB
CMYK
RGB Variations
Color information
#121EEA (or 0x121EEA) is known color: Blue. HEX triplet: 12, 1E and EA. RGB value is (18,30,234). Sum of RGB (Red+Green+Blue) = 18+30+234=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 234 (91.80% from 255 or 82.98% from 282); Max value from RGB is 234 - color contains mainly: blue. Hex color #121EEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121EEA is #EDE115. Grayscale: #303030. Windows color (decimal): -15589654 or 15343122. OLE color: 15343122.
HSL color Cylindrical-coordinate representation of color #121EEA: hue angle of 236.67º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #121EEA is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 30 | 234 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.08 |
| HSL | 236.67º | 0.86% | 0.49% | - |
| HSV(B) | 236.67º | 0.92% | 0.92% | - |
| XYZ | 15.57 | 7 | 78.37 | - |
| YUV | 49.67 | 232.02 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 234 | 0.92 | 0.87 | 0 | 0.08 | 236.67 | 0.86 | 0.49 |
| Hex | 12 | 1E | EA | 5C | 57 | 0 | 8 | ED | 56 | 31 |
| Octal | 22 | 36 | 352 | 134 | 127 | 0 | 10 | 355 | 126 | 61 |
| Binary | 10010 | 11110 | 11101010 | 1011100 | 1010111 | 0 | 1000 | 11101101 | 1010110 | 110001 |
Color Harmonies of #121EEA
Complementary color
Monochromatic Colors of #121EEA
Black with #121EEA
Text Example
Text Example
White with #121EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121EEA; }
p { color: rgb(18,30,234); }
H1.HeaderClassName
{
color: #121EEA;
}
.AnyTagClassName
{
color: #121EEA;
}
</style>
background-color css
<style>
a { background-color: #121EEA; }
a { background-color: rgb(18,30,234); }
div.DivClassName
{
background-color: #121EEA;
}
.BgClassName
{
background-color: #121EEA;
}
</style>
border-color css
<style>
span { border-color: #121EEA; }
span { border-color: rgb(18,30,234); }
td.TdClassName
{
border-color: #121EEA;
}
.TagClassName
{
border-color: #121EEA;
}
</style>