Shades of Blue #1228EB
Tints of Blue #1228EB
RGB
CMYK
RGB Variations
Color information
#1228EB (or 0x1228EB) is known color: Blue. HEX triplet: 12, 28 and EB. RGB value is (18,40,235). Sum of RGB (Red+Green+Blue) = 18+40+235=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 235 (92.19% from 255 or 80.20% from 293); Max value from RGB is 235 - color contains mainly: blue. Hex color #1228EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1228EB is #EDD714. Grayscale: #363636. Windows color (decimal): -15587093 or 15411218. OLE color: 15411218.
HSL color Cylindrical-coordinate representation of color #1228EB: hue angle of 233.92º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1228EB is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 40 | 235 | - |
| CMYK | 0.92 | 0.83 | 0 | 0.08 |
| HSL | 233.92º | 0.86% | 0.5% | - |
| HSV(B) | 233.92º | 0.92% | 0.92% | - |
| XYZ | 16 | 7.64 | 79.23 | - |
| YUV | 55.65 | 229.21 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 40 | 235 | 0.92 | 0.83 | 0 | 0.08 | 233.92 | 0.86 | 0.5 |
| Hex | 12 | 28 | EB | 5C | 53 | 0 | 8 | EA | 56 | 32 |
| Octal | 22 | 50 | 353 | 134 | 123 | 0 | 10 | 352 | 126 | 62 |
| Binary | 10010 | 101000 | 11101011 | 1011100 | 1010011 | 0 | 1000 | 11101010 | 1010110 | 110010 |
Color Harmonies of #1228EB
Complementary color
Monochromatic Colors of #1228EB
Black with #1228EB
Text Example
Text Example
White with #1228EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1228EB; }
p { color: rgb(18,40,235); }
H1.HeaderClassName
{
color: #1228EB;
}
.AnyTagClassName
{
color: #1228EB;
}
</style>
background-color css
<style>
a { background-color: #1228EB; }
a { background-color: rgb(18,40,235); }
div.DivClassName
{
background-color: #1228EB;
}
.BgClassName
{
background-color: #1228EB;
}
</style>
border-color css
<style>
span { border-color: #1228EB; }
span { border-color: rgb(18,40,235); }
td.TdClassName
{
border-color: #1228EB;
}
.TagClassName
{
border-color: #1228EB;
}
</style>