Shades of Blue #1208FF
Tints of Blue #1208FF
RGB
CMYK
RGB Variations
Color information
#1208FF (or 0x1208FF) is known color: Blue. HEX triplet: 12, 08 and FF. RGB value is (18,8,255). Sum of RGB (Red+Green+Blue) = 18+8+255=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 255 (100% from 255 or 90.75% from 281); Max value from RGB is 255 - color contains mainly: blue. Hex color #1208FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1208FF is #EDF700. Grayscale: #262626. Windows color (decimal): -15595265 or 16713746. OLE color: 16713746.
HSL color Cylindrical-coordinate representation of color #1208FF: hue angle of 242.43º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1208FF is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 8 | 255 | - |
| CMYK | 0.93 | 0.97 | 0 | 0 |
| HSL | 242.43º | 1% | 0.52% | - |
| HSV(B) | 242.43º | 0.97% | 1% | - |
| XYZ | 18.39 | 7.52 | 95.09 | - |
| YUV | 39.15 | 249.81 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 8 | 255 | 0.93 | 0.97 | 0 | 0 | 242.43 | 1 | 0.52 |
| Hex | 12 | 8 | FF | 5D | 61 | 0 | 0 | F2 | 64 | 34 |
| Octal | 22 | 10 | 377 | 135 | 141 | 0 | 0 | 362 | 144 | 64 |
| Binary | 10010 | 1000 | 11111111 | 1011101 | 1100001 | 0 | 0 | 11110010 | 1100100 | 110100 |
Color Harmonies of #1208FF
Complementary color
Monochromatic Colors of #1208FF
Black with #1208FF
Text Example
Text Example
White with #1208FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1208FF; }
p { color: rgb(18,8,255); }
H1.HeaderClassName
{
color: #1208FF;
}
.AnyTagClassName
{
color: #1208FF;
}
</style>
background-color css
<style>
a { background-color: #1208FF; }
a { background-color: rgb(18,8,255); }
div.DivClassName
{
background-color: #1208FF;
}
.BgClassName
{
background-color: #1208FF;
}
</style>
border-color css
<style>
span { border-color: #1208FF; }
span { border-color: rgb(18,8,255); }
td.TdClassName
{
border-color: #1208FF;
}
.TagClassName
{
border-color: #1208FF;
}
</style>