Shades of Blue #1231F3
Tints of Blue #1231F3
RGB
CMYK
RGB Variations
Color information
#1231F3 (or 0x1231F3) is known color: Blue. HEX triplet: 12, 31 and F3. RGB value is (18,49,243). Sum of RGB (Red+Green+Blue) = 18+49+243=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 243 (95.31% from 255 or 78.39% from 310); Max value from RGB is 243 - color contains mainly: blue. Hex color #1231F3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1231F3 is #EDCE0C. Grayscale: #3D3D3D. Windows color (decimal): -15584781 or 15937810. OLE color: 15937810.
HSL color Cylindrical-coordinate representation of color #1231F3: hue angle of 231.73º degrees, saturation: 0.9, 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 #1231F3 is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 49 | 243 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.05 |
| HSL | 231.73º | 0.9% | 0.51% | - |
| HSV(B) | 231.73º | 0.93% | 0.95% | - |
| XYZ | 17.53 | 8.8 | 85.57 | - |
| YUV | 61.85 | 230.23 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 243 | 0.93 | 0.80 | 0 | 0.05 | 231.73 | 0.9 | 0.51 |
| Hex | 12 | 31 | F3 | 5D | 50 | 0 | 5 | E8 | 5A | 33 |
| Octal | 22 | 61 | 363 | 135 | 120 | 0 | 5 | 350 | 132 | 63 |
| Binary | 10010 | 110001 | 11110011 | 1011101 | 1010000 | 0 | 101 | 11101000 | 1011010 | 110011 |
Color Harmonies of #1231F3
Complementary color
Monochromatic Colors of #1231F3
Black with #1231F3
Text Example
Text Example
White with #1231F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1231F3; }
p { color: rgb(18,49,243); }
H1.HeaderClassName
{
color: #1231F3;
}
.AnyTagClassName
{
color: #1231F3;
}
</style>
background-color css
<style>
a { background-color: #1231F3; }
a { background-color: rgb(18,49,243); }
div.DivClassName
{
background-color: #1231F3;
}
.BgClassName
{
background-color: #1231F3;
}
</style>
border-color css
<style>
span { border-color: #1231F3; }
span { border-color: rgb(18,49,243); }
td.TdClassName
{
border-color: #1231F3;
}
.TagClassName
{
border-color: #1231F3;
}
</style>