Shades of Blue #1219FE
Tints of Blue #1219FE
RGB
CMYK
RGB Variations
Color information
#1219FE (or 0x1219FE) is known color: Blue. HEX triplet: 12, 19 and FE. RGB value is (18,25,254). Sum of RGB (Red+Green+Blue) = 18+25+254=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 254 (99.61% from 255 or 85.52% from 297); Max value from RGB is 254 - color contains mainly: blue. Hex color #1219FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1219FE is #EDE601. Grayscale: #303030. Windows color (decimal): -15590914 or 16652562. OLE color: 16652562.
HSL color Cylindrical-coordinate representation of color #1219FE: hue angle of 238.22º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1219FE is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 25 | 254 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.00 |
| HSL | 238.22º | 0.99% | 0.53% | - |
| HSV(B) | 238.22º | 0.93% | 1% | - |
| XYZ | 18.49 | 7.98 | 94.33 | - |
| YUV | 49.01 | 243.68 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 25 | 254 | 0.93 | 0.90 | 0 | 0.00 | 238.22 | 0.99 | 0.53 |
| Hex | 12 | 19 | FE | 5D | 5A | 0 | 0 | EE | 63 | 35 |
| Octal | 22 | 31 | 376 | 135 | 132 | 0 | 0 | 356 | 143 | 65 |
| Binary | 10010 | 11001 | 11111110 | 1011101 | 1011010 | 0 | 0 | 11101110 | 1100011 | 110101 |
Color Harmonies of #1219FE
Complementary color
Monochromatic Colors of #1219FE
Black with #1219FE
Text Example
Text Example
White with #1219FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1219FE; }
p { color: rgb(18,25,254); }
H1.HeaderClassName
{
color: #1219FE;
}
.AnyTagClassName
{
color: #1219FE;
}
</style>
background-color css
<style>
a { background-color: #1219FE; }
a { background-color: rgb(18,25,254); }
div.DivClassName
{
background-color: #1219FE;
}
.BgClassName
{
background-color: #1219FE;
}
</style>
border-color css
<style>
span { border-color: #1219FE; }
span { border-color: rgb(18,25,254); }
td.TdClassName
{
border-color: #1219FE;
}
.TagClassName
{
border-color: #1219FE;
}
</style>