Shades of Blue #1201FE
Tints of Blue #1201FE
RGB
CMYK
RGB Variations
Color information
#1201FE (or 0x1201FE) is known color: Blue. HEX triplet: 12, 01 and FE. RGB value is (18,1,254). Sum of RGB (Red+Green+Blue) = 18+1+254=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 254 (99.61% from 255 or 93.04% from 273); Max value from RGB is 254 - color contains mainly: blue. Hex color #1201FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1201FE is #EDFE01. Grayscale: #212121. Windows color (decimal): -15597058 or 16646418. OLE color: 16646418.
HSL color Cylindrical-coordinate representation of color #1201FE: hue angle of 244.03º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1201FE is Cyan = 0.93, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 1 | 254 | - |
| CMYK | 0.93 | 1.00 | 0 | 0.00 |
| HSL | 244.03º | 0.99% | 0.5% | - |
| HSV(B) | 244.03º | 1% | 1% | - |
| XYZ | 18.15 | 7.31 | 94.22 | - |
| YUV | 34.93 | 251.63 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 254 | 0.93 | 1.00 | 0 | 0.00 | 244.03 | 0.99 | 0.5 |
| Hex | 12 | 1 | FE | 5D | 64 | 0 | 0 | F4 | 63 | 32 |
| Octal | 22 | 1 | 376 | 135 | 144 | 0 | 0 | 364 | 143 | 62 |
| Binary | 10010 | 1 | 11111110 | 1011101 | 1100100 | 0 | 0 | 11110100 | 1100011 | 110010 |
Color Harmonies of #1201FE
Complementary color
Monochromatic Colors of #1201FE
Black with #1201FE
Text Example
Text Example
White with #1201FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1201FE; }
p { color: rgb(18,1,254); }
H1.HeaderClassName
{
color: #1201FE;
}
.AnyTagClassName
{
color: #1201FE;
}
</style>
background-color css
<style>
a { background-color: #1201FE; }
a { background-color: rgb(18,1,254); }
div.DivClassName
{
background-color: #1201FE;
}
.BgClassName
{
background-color: #1201FE;
}
</style>
border-color css
<style>
span { border-color: #1201FE; }
span { border-color: rgb(18,1,254); }
td.TdClassName
{
border-color: #1201FE;
}
.TagClassName
{
border-color: #1201FE;
}
</style>