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