Shades of Blue #1226FD
Tints of Blue #1226FD
RGB
CMYK
RGB Variations
Color information
#1226FD (or 0x1226FD) is known color: Blue. HEX triplet: 12, 26 and FD. RGB value is (18,38,253). Sum of RGB (Red+Green+Blue) = 18+38+253=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 253 (99.22% from 255 or 81.88% from 309); Max value from RGB is 253 - color contains mainly: blue. Hex color #1226FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1226FD is #EDD902. Grayscale: #373737. Windows color (decimal): -15587587 or 16590354. OLE color: 16590354.
HSL color Cylindrical-coordinate representation of color #1226FD: hue angle of 234.89º 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 #1226FD is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 38 | 253 | - |
| CMYK | 0.93 | 0.85 | 0 | 0.01 |
| HSL | 234.89º | 0.98% | 0.53% | - |
| HSV(B) | 234.89º | 0.93% | 0.99% | - |
| XYZ | 18.67 | 8.61 | 93.61 | - |
| YUV | 56.53 | 238.87 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 38 | 253 | 0.93 | 0.85 | 0 | 0.01 | 234.89 | 0.98 | 0.53 |
| Hex | 12 | 26 | FD | 5D | 55 | 0 | 1 | EB | 62 | 35 |
| Octal | 22 | 46 | 375 | 135 | 125 | 0 | 1 | 353 | 142 | 65 |
| Binary | 10010 | 100110 | 11111101 | 1011101 | 1010101 | 0 | 1 | 11101011 | 1100010 | 110101 |
Color Harmonies of #1226FD
Complementary color
Monochromatic Colors of #1226FD
Black with #1226FD
Text Example
Text Example
White with #1226FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1226FD; }
p { color: rgb(18,38,253); }
H1.HeaderClassName
{
color: #1226FD;
}
.AnyTagClassName
{
color: #1226FD;
}
</style>
background-color css
<style>
a { background-color: #1226FD; }
a { background-color: rgb(18,38,253); }
div.DivClassName
{
background-color: #1226FD;
}
.BgClassName
{
background-color: #1226FD;
}
</style>
border-color css
<style>
span { border-color: #1226FD; }
span { border-color: rgb(18,38,253); }
td.TdClassName
{
border-color: #1226FD;
}
.TagClassName
{
border-color: #1226FD;
}
</style>