Shades of Blue #122BFD
Tints of Blue #122BFD
RGB
CMYK
RGB Variations
Color information
#122BFD (or 0x122BFD) is known color: Blue. HEX triplet: 12, 2B and FD. RGB value is (18,43,253). Sum of RGB (Red+Green+Blue) = 18+43+253=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 253 (99.22% from 255 or 80.57% from 314); Max value from RGB is 253 - color contains mainly: blue. Hex color #122BFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #122BFD is #EDD402. Grayscale: #3A3A3A. Windows color (decimal): -15586307 or 16591634. OLE color: 16591634.
HSL color Cylindrical-coordinate representation of color #122BFD: hue angle of 233.62º 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 #122BFD is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 43 | 253 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.01 |
| HSL | 233.62º | 0.98% | 0.53% | - |
| HSV(B) | 233.62º | 0.93% | 0.99% | - |
| XYZ | 18.84 | 8.95 | 93.66 | - |
| YUV | 59.47 | 237.22 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 43 | 253 | 0.93 | 0.83 | 0 | 0.01 | 233.62 | 0.98 | 0.53 |
| Hex | 12 | 2B | FD | 5D | 53 | 0 | 1 | EA | 62 | 35 |
| Octal | 22 | 53 | 375 | 135 | 123 | 0 | 1 | 352 | 142 | 65 |
| Binary | 10010 | 101011 | 11111101 | 1011101 | 1010011 | 0 | 1 | 11101010 | 1100010 | 110101 |
Color Harmonies of #122BFD
Complementary color
Monochromatic Colors of #122BFD
Black with #122BFD
Text Example
Text Example
White with #122BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122BFD; }
p { color: rgb(18,43,253); }
H1.HeaderClassName
{
color: #122BFD;
}
.AnyTagClassName
{
color: #122BFD;
}
</style>
background-color css
<style>
a { background-color: #122BFD; }
a { background-color: rgb(18,43,253); }
div.DivClassName
{
background-color: #122BFD;
}
.BgClassName
{
background-color: #122BFD;
}
</style>
border-color css
<style>
span { border-color: #122BFD; }
span { border-color: rgb(18,43,253); }
td.TdClassName
{
border-color: #122BFD;
}
.TagClassName
{
border-color: #122BFD;
}
</style>