Shades of Blue #1201FA
Tints of Blue #1201FA
RGB
CMYK
RGB Variations
Color information
#1201FA (or 0x1201FA) is known color: Blue. HEX triplet: 12, 01 and FA. RGB value is (18,1,250). Sum of RGB (Red+Green+Blue) = 18+1+250=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 250 (98.05% from 255 or 92.94% from 269); Max value from RGB is 250 - color contains mainly: blue. Hex color #1201FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1201FA is #EDFE05. Grayscale: #212121. Windows color (decimal): -15597062 or 16384274. OLE color: 16384274.
HSL color Cylindrical-coordinate representation of color #1201FA: hue angle of 244.1º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1201FA is Cyan = 0.93, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 1 | 250 | - |
| CMYK | 0.93 | 1.00 | 0 | 0.02 |
| HSL | 244.1º | 0.99% | 0.49% | - |
| HSV(B) | 244.1º | 1% | 0.98% | - |
| XYZ | 17.52 | 7.05 | 90.88 | - |
| YUV | 34.47 | 249.63 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 250 | 0.93 | 1.00 | 0 | 0.02 | 244.1 | 0.99 | 0.49 |
| Hex | 12 | 1 | FA | 5D | 64 | 0 | 2 | F4 | 63 | 31 |
| Octal | 22 | 1 | 372 | 135 | 144 | 0 | 2 | 364 | 143 | 61 |
| Binary | 10010 | 1 | 11111010 | 1011101 | 1100100 | 0 | 10 | 11110100 | 1100011 | 110001 |
Color Harmonies of #1201FA
Complementary color
Monochromatic Colors of #1201FA
Black with #1201FA
Text Example
Text Example
White with #1201FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1201FA; }
p { color: rgb(18,1,250); }
H1.HeaderClassName
{
color: #1201FA;
}
.AnyTagClassName
{
color: #1201FA;
}
</style>
background-color css
<style>
a { background-color: #1201FA; }
a { background-color: rgb(18,1,250); }
div.DivClassName
{
background-color: #1201FA;
}
.BgClassName
{
background-color: #1201FA;
}
</style>
border-color css
<style>
span { border-color: #1201FA; }
span { border-color: rgb(18,1,250); }
td.TdClassName
{
border-color: #1201FA;
}
.TagClassName
{
border-color: #1201FA;
}
</style>