Shades of Blue #1201FD
Tints of Blue #1201FD
RGB
CMYK
RGB Variations
Color information
#1201FD (or 0x1201FD) is known color: Blue. HEX triplet: 12, 01 and FD. RGB value is (18,1,253). Sum of RGB (Red+Green+Blue) = 18+1+253=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 253 (99.22% from 255 or 93.01% from 272); Max value from RGB is 253 - color contains mainly: blue. Hex color #1201FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1201FD is #EDFE02. Grayscale: #212121. Windows color (decimal): -15597059 or 16580882. OLE color: 16580882.
HSL color Cylindrical-coordinate representation of color #1201FD: hue angle of 244.05º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1201FD is Cyan = 0.93, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 1 | 253 | - |
| CMYK | 0.93 | 1.00 | 0 | 0.01 |
| HSL | 244.05º | 0.99% | 0.5% | - |
| HSV(B) | 244.05º | 1% | 0.99% | - |
| XYZ | 17.99 | 7.24 | 93.38 | - |
| YUV | 34.81 | 251.13 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 253 | 0.93 | 1.00 | 0 | 0.01 | 244.05 | 0.99 | 0.5 |
| Hex | 12 | 1 | FD | 5D | 64 | 0 | 1 | F4 | 63 | 32 |
| Octal | 22 | 1 | 375 | 135 | 144 | 0 | 1 | 364 | 143 | 62 |
| Binary | 10010 | 1 | 11111101 | 1011101 | 1100100 | 0 | 1 | 11110100 | 1100011 | 110010 |
Color Harmonies of #1201FD
Complementary color
Monochromatic Colors of #1201FD
Black with #1201FD
Text Example
Text Example
White with #1201FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1201FD; }
p { color: rgb(18,1,253); }
H1.HeaderClassName
{
color: #1201FD;
}
.AnyTagClassName
{
color: #1201FD;
}
</style>
background-color css
<style>
a { background-color: #1201FD; }
a { background-color: rgb(18,1,253); }
div.DivClassName
{
background-color: #1201FD;
}
.BgClassName
{
background-color: #1201FD;
}
</style>
border-color css
<style>
span { border-color: #1201FD; }
span { border-color: rgb(18,1,253); }
td.TdClassName
{
border-color: #1201FD;
}
.TagClassName
{
border-color: #1201FD;
}
</style>