Shades of Blue #1200FD
Tints of Blue #1200FD
RGB
CMYK
RGB Variations
Color information
#1200FD (or 0x1200FD) is known color: Blue. HEX triplet: 12, 00 and FD. RGB value is (18,0,253). Sum of RGB (Red+Green+Blue) = 18+0+253=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 253 (99.22% from 255 or 93.36% from 271); Max value from RGB is 253 - color contains mainly: blue. Hex color #1200FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1200FD is #EDFF02. Grayscale: #212121. Windows color (decimal): -15597315 or 16580626. OLE color: 16580626.
HSL color Cylindrical-coordinate representation of color #1200FD: hue angle of 244.27º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1200FD is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 0 | 253 | - |
| CMYK | 0.93 | 1 | 0 | 0.01 |
| HSL | 244.27º | 1% | 0.5% | - |
| HSV(B) | 244.27º | 1% | 0.99% | - |
| XYZ | 17.98 | 7.22 | 93.37 | - |
| YUV | 34.22 | 251.46 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 253 | 0.93 | 1 | 0 | 0.01 | 244.27 | 1 | 0.5 |
| Hex | 12 | 0 | FD | 5D | 64 | 0 | 1 | F4 | 64 | 32 |
| Octal | 22 | 0 | 375 | 135 | 144 | 0 | 1 | 364 | 144 | 62 |
| Binary | 10010 | 0 | 11111101 | 1011101 | 1100100 | 0 | 1 | 11110100 | 1100100 | 110010 |
Color Harmonies of #1200FD
Complementary color
Monochromatic Colors of #1200FD
Black with #1200FD
Text Example
Text Example
White with #1200FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1200FD; }
p { color: rgb(18,0,253); }
H1.HeaderClassName
{
color: #1200FD;
}
.AnyTagClassName
{
color: #1200FD;
}
</style>
background-color css
<style>
a { background-color: #1200FD; }
a { background-color: rgb(18,0,253); }
div.DivClassName
{
background-color: #1200FD;
}
.BgClassName
{
background-color: #1200FD;
}
</style>
border-color css
<style>
span { border-color: #1200FD; }
span { border-color: rgb(18,0,253); }
td.TdClassName
{
border-color: #1200FD;
}
.TagClassName
{
border-color: #1200FD;
}
</style>