Shades of Blue #122CFD
Tints of Blue #122CFD
RGB
CMYK
RGB Variations
Color information
#122CFD (or 0x122CFD) is known color: Blue. HEX triplet: 12, 2C and FD. RGB value is (18,44,253). Sum of RGB (Red+Green+Blue) = 18+44+253=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 253 (99.22% from 255 or 80.32% from 315); Max value from RGB is 253 - color contains mainly: blue. Hex color #122CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #122CFD is #EDD302. Grayscale: #3B3B3B. Windows color (decimal): -15586051 or 16591890. OLE color: 16591890.
HSL color Cylindrical-coordinate representation of color #122CFD: hue angle of 233.36º 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 #122CFD is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 44 | 253 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.01 |
| HSL | 233.36º | 0.98% | 0.53% | - |
| HSV(B) | 233.36º | 0.93% | 0.99% | - |
| XYZ | 18.88 | 9.02 | 93.67 | - |
| YUV | 60.05 | 236.89 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 253 | 0.93 | 0.83 | 0 | 0.01 | 233.36 | 0.98 | 0.53 |
| Hex | 12 | 2C | FD | 5D | 53 | 0 | 1 | E9 | 62 | 35 |
| Octal | 22 | 54 | 375 | 135 | 123 | 0 | 1 | 351 | 142 | 65 |
| Binary | 10010 | 101100 | 11111101 | 1011101 | 1010011 | 0 | 1 | 11101001 | 1100010 | 110101 |
Color Harmonies of #122CFD
Complementary color
Monochromatic Colors of #122CFD
Black with #122CFD
Text Example
Text Example
White with #122CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122CFD; }
p { color: rgb(18,44,253); }
H1.HeaderClassName
{
color: #122CFD;
}
.AnyTagClassName
{
color: #122CFD;
}
</style>
background-color css
<style>
a { background-color: #122CFD; }
a { background-color: rgb(18,44,253); }
div.DivClassName
{
background-color: #122CFD;
}
.BgClassName
{
background-color: #122CFD;
}
</style>
border-color css
<style>
span { border-color: #122CFD; }
span { border-color: rgb(18,44,253); }
td.TdClassName
{
border-color: #122CFD;
}
.TagClassName
{
border-color: #122CFD;
}
</style>