Shades of Blue #121EFD
Tints of Blue #121EFD
RGB
CMYK
RGB Variations
Color information
#121EFD (or 0x121EFD) is known color: Blue. HEX triplet: 12, 1E and FD. RGB value is (18,30,253). Sum of RGB (Red+Green+Blue) = 18+30+253=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 253 (99.22% from 255 or 84.05% from 301); Max value from RGB is 253 - color contains mainly: blue. Hex color #121EFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121EFD is #EDE102. Grayscale: #323232. Windows color (decimal): -15589635 or 16588306. OLE color: 16588306.
HSL color Cylindrical-coordinate representation of color #121EFD: hue angle of 236.94º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #121EFD is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 30 | 253 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.01 |
| HSL | 236.94º | 0.98% | 0.53% | - |
| HSV(B) | 236.94º | 0.93% | 0.99% | - |
| XYZ | 18.44 | 8.15 | 93.53 | - |
| YUV | 51.83 | 241.52 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 253 | 0.93 | 0.88 | 0 | 0.01 | 236.94 | 0.98 | 0.53 |
| Hex | 12 | 1E | FD | 5D | 58 | 0 | 1 | ED | 62 | 35 |
| Octal | 22 | 36 | 375 | 135 | 130 | 0 | 1 | 355 | 142 | 65 |
| Binary | 10010 | 11110 | 11111101 | 1011101 | 1011000 | 0 | 1 | 11101101 | 1100010 | 110101 |
Color Harmonies of #121EFD
Complementary color
Monochromatic Colors of #121EFD
Black with #121EFD
Text Example
Text Example
White with #121EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121EFD; }
p { color: rgb(18,30,253); }
H1.HeaderClassName
{
color: #121EFD;
}
.AnyTagClassName
{
color: #121EFD;
}
</style>
background-color css
<style>
a { background-color: #121EFD; }
a { background-color: rgb(18,30,253); }
div.DivClassName
{
background-color: #121EFD;
}
.BgClassName
{
background-color: #121EFD;
}
</style>
border-color css
<style>
span { border-color: #121EFD; }
span { border-color: rgb(18,30,253); }
td.TdClassName
{
border-color: #121EFD;
}
.TagClassName
{
border-color: #121EFD;
}
</style>