Shades of Blue #1231F1
Tints of Blue #1231F1
RGB
CMYK
RGB Variations
Color information
#1231F1 (or 0x1231F1) is known color: Blue. HEX triplet: 12, 31 and F1. RGB value is (18,49,241). Sum of RGB (Red+Green+Blue) = 18+49+241=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 241 (94.53% from 255 or 78.25% from 308); Max value from RGB is 241 - color contains mainly: blue. Hex color #1231F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1231F1 is #EDCE0E. Grayscale: #3C3C3C. Windows color (decimal): -15584783 or 15806738. OLE color: 15806738.
HSL color Cylindrical-coordinate representation of color #1231F1: hue angle of 231.66º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1231F1 is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 49 | 241 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.05 |
| HSL | 231.66º | 0.89% | 0.51% | - |
| HSV(B) | 231.66º | 0.93% | 0.95% | - |
| XYZ | 17.22 | 8.68 | 83.99 | - |
| YUV | 61.62 | 229.23 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 241 | 0.93 | 0.80 | 0 | 0.05 | 231.66 | 0.89 | 0.51 |
| Hex | 12 | 31 | F1 | 5D | 50 | 0 | 5 | E8 | 59 | 33 |
| Octal | 22 | 61 | 361 | 135 | 120 | 0 | 5 | 350 | 131 | 63 |
| Binary | 10010 | 110001 | 11110001 | 1011101 | 1010000 | 0 | 101 | 11101000 | 1011001 | 110011 |
Color Harmonies of #1231F1
Complementary color
Monochromatic Colors of #1231F1
Black with #1231F1
Text Example
Text Example
White with #1231F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1231F1; }
p { color: rgb(18,49,241); }
H1.HeaderClassName
{
color: #1231F1;
}
.AnyTagClassName
{
color: #1231F1;
}
</style>
background-color css
<style>
a { background-color: #1231F1; }
a { background-color: rgb(18,49,241); }
div.DivClassName
{
background-color: #1231F1;
}
.BgClassName
{
background-color: #1231F1;
}
</style>
border-color css
<style>
span { border-color: #1231F1; }
span { border-color: rgb(18,49,241); }
td.TdClassName
{
border-color: #1231F1;
}
.TagClassName
{
border-color: #1231F1;
}
</style>