Shades of Blue #1213FD
Tints of Blue #1213FD
RGB
CMYK
RGB Variations
Color information
#1213FD (or 0x1213FD) is known color: Blue. HEX triplet: 12, 13 and FD. RGB value is (18,19,253). Sum of RGB (Red+Green+Blue) = 18+19+253=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 253 (99.22% from 255 or 87.24% from 290); Max value from RGB is 253 - color contains mainly: blue. Hex color #1213FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1213FD is #EDEC02. Grayscale: #2C2C2C. Windows color (decimal): -15592451 or 16585490. OLE color: 16585490.
HSL color Cylindrical-coordinate representation of color #1213FD: hue angle of 239.74º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1213FD is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 19 | 253 | - |
| CMYK | 0.93 | 0.92 | 0 | 0.01 |
| HSL | 239.74º | 0.98% | 0.53% | - |
| HSV(B) | 239.74º | 0.93% | 0.99% | - |
| XYZ | 18.21 | 7.69 | 93.45 | - |
| YUV | 45.38 | 245.17 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 253 | 0.93 | 0.92 | 0 | 0.01 | 239.74 | 0.98 | 0.53 |
| Hex | 12 | 13 | FD | 5D | 5C | 0 | 1 | F0 | 62 | 35 |
| Octal | 22 | 23 | 375 | 135 | 134 | 0 | 1 | 360 | 142 | 65 |
| Binary | 10010 | 10011 | 11111101 | 1011101 | 1011100 | 0 | 1 | 11110000 | 1100010 | 110101 |
Color Harmonies of #1213FD
Complementary color
Monochromatic Colors of #1213FD
Black with #1213FD
Text Example
Text Example
White with #1213FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1213FD; }
p { color: rgb(18,19,253); }
H1.HeaderClassName
{
color: #1213FD;
}
.AnyTagClassName
{
color: #1213FD;
}
</style>
background-color css
<style>
a { background-color: #1213FD; }
a { background-color: rgb(18,19,253); }
div.DivClassName
{
background-color: #1213FD;
}
.BgClassName
{
background-color: #1213FD;
}
</style>
border-color css
<style>
span { border-color: #1213FD; }
span { border-color: rgb(18,19,253); }
td.TdClassName
{
border-color: #1213FD;
}
.TagClassName
{
border-color: #1213FD;
}
</style>