Shades of Blue #1214FD
Tints of Blue #1214FD
RGB
CMYK
RGB Variations
Color information
#1214FD (or 0x1214FD) is known color: Blue. HEX triplet: 12, 14 and FD. RGB value is (18,20,253). Sum of RGB (Red+Green+Blue) = 18+20+253=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 253 (99.22% from 255 or 86.94% from 291); Max value from RGB is 253 - color contains mainly: blue. Hex color #1214FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1214FD is #EDEB02. Grayscale: #2D2D2D. Windows color (decimal): -15592195 or 16585746. OLE color: 16585746.
HSL color Cylindrical-coordinate representation of color #1214FD: hue angle of 239.49º 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 #1214FD is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 20 | 253 | - |
| CMYK | 0.93 | 0.92 | 0 | 0.01 |
| HSL | 239.49º | 0.98% | 0.53% | - |
| HSV(B) | 239.49º | 0.93% | 0.99% | - |
| XYZ | 18.23 | 7.72 | 93.46 | - |
| YUV | 45.96 | 244.84 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 253 | 0.93 | 0.92 | 0 | 0.01 | 239.49 | 0.98 | 0.53 |
| Hex | 12 | 14 | FD | 5D | 5C | 0 | 1 | EF | 62 | 35 |
| Octal | 22 | 24 | 375 | 135 | 134 | 0 | 1 | 357 | 142 | 65 |
| Binary | 10010 | 10100 | 11111101 | 1011101 | 1011100 | 0 | 1 | 11101111 | 1100010 | 110101 |
Color Harmonies of #1214FD
Complementary color
Monochromatic Colors of #1214FD
Black with #1214FD
Text Example
Text Example
White with #1214FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1214FD; }
p { color: rgb(18,20,253); }
H1.HeaderClassName
{
color: #1214FD;
}
.AnyTagClassName
{
color: #1214FD;
}
</style>
background-color css
<style>
a { background-color: #1214FD; }
a { background-color: rgb(18,20,253); }
div.DivClassName
{
background-color: #1214FD;
}
.BgClassName
{
background-color: #1214FD;
}
</style>
border-color css
<style>
span { border-color: #1214FD; }
span { border-color: rgb(18,20,253); }
td.TdClassName
{
border-color: #1214FD;
}
.TagClassName
{
border-color: #1214FD;
}
</style>