Shades of Blue #1231FF
Tints of Blue #1231FF
RGB
CMYK
RGB Variations
Color information
#1231FF (or 0x1231FF) is known color: Blue. HEX triplet: 12, 31 and FF. RGB value is (18,49,255). Sum of RGB (Red+Green+Blue) = 18+49+255=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 255 (100% from 255 or 79.19% from 322); Max value from RGB is 255 - color contains mainly: blue. Hex color #1231FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1231FF is #EDCE00. Grayscale: #3E3E3E. Windows color (decimal): -15584769 or 16724242. OLE color: 16724242.
HSL color Cylindrical-coordinate representation of color #1231FF: hue angle of 232.15º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1231FF is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 49 | 255 | - |
| CMYK | 0.93 | 0.81 | 0 | 0 |
| HSL | 232.15º | 1% | 0.54% | - |
| HSV(B) | 232.15º | 0.93% | 1% | - |
| XYZ | 19.4 | 9.55 | 95.43 | - |
| YUV | 63.22 | 236.23 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 255 | 0.93 | 0.81 | 0 | 0 | 232.15 | 1 | 0.54 |
| Hex | 12 | 31 | FF | 5D | 51 | 0 | 0 | E8 | 64 | 36 |
| Octal | 22 | 61 | 377 | 135 | 121 | 0 | 0 | 350 | 144 | 66 |
| Binary | 10010 | 110001 | 11111111 | 1011101 | 1010001 | 0 | 0 | 11101000 | 1100100 | 110110 |
Color Harmonies of #1231FF
Complementary color
Monochromatic Colors of #1231FF
Black with #1231FF
Text Example
Text Example
White with #1231FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1231FF; }
p { color: rgb(18,49,255); }
H1.HeaderClassName
{
color: #1231FF;
}
.AnyTagClassName
{
color: #1231FF;
}
</style>
background-color css
<style>
a { background-color: #1231FF; }
a { background-color: rgb(18,49,255); }
div.DivClassName
{
background-color: #1231FF;
}
.BgClassName
{
background-color: #1231FF;
}
</style>
border-color css
<style>
span { border-color: #1231FF; }
span { border-color: rgb(18,49,255); }
td.TdClassName
{
border-color: #1231FF;
}
.TagClassName
{
border-color: #1231FF;
}
</style>