Shades of Blue #121AF5
Tints of Blue #121AF5
RGB
CMYK
RGB Variations
Color information
#121AF5 (or 0x121AF5) is known color: Blue. HEX triplet: 12, 1A and F5. RGB value is (18,26,245). Sum of RGB (Red+Green+Blue) = 18+26+245=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 245 (96.09% from 255 or 84.78% from 289); Max value from RGB is 245 - color contains mainly: blue. Hex color #121AF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121AF5 is #EDE50A. Grayscale: #2F2F2F. Windows color (decimal): -15590667 or 16062994. OLE color: 16062994.
HSL color Cylindrical-coordinate representation of color #121AF5: hue angle of 237.89º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #121AF5 is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 26 | 245 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.04 |
| HSL | 237.89º | 0.92% | 0.52% | - |
| HSV(B) | 237.89º | 0.93% | 0.96% | - |
| XYZ | 17.1 | 7.46 | 86.92 | - |
| YUV | 48.57 | 238.85 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 245 | 0.93 | 0.89 | 0 | 0.04 | 237.89 | 0.92 | 0.52 |
| Hex | 12 | 1A | F5 | 5D | 59 | 0 | 4 | EE | 5C | 34 |
| Octal | 22 | 32 | 365 | 135 | 131 | 0 | 4 | 356 | 134 | 64 |
| Binary | 10010 | 11010 | 11110101 | 1011101 | 1011001 | 0 | 100 | 11101110 | 1011100 | 110100 |
Color Harmonies of #121AF5
Complementary color
Monochromatic Colors of #121AF5
Black with #121AF5
Text Example
Text Example
White with #121AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121AF5; }
p { color: rgb(18,26,245); }
H1.HeaderClassName
{
color: #121AF5;
}
.AnyTagClassName
{
color: #121AF5;
}
</style>
background-color css
<style>
a { background-color: #121AF5; }
a { background-color: rgb(18,26,245); }
div.DivClassName
{
background-color: #121AF5;
}
.BgClassName
{
background-color: #121AF5;
}
</style>
border-color css
<style>
span { border-color: #121AF5; }
span { border-color: rgb(18,26,245); }
td.TdClassName
{
border-color: #121AF5;
}
.TagClassName
{
border-color: #121AF5;
}
</style>