Shades of Blue #1231F9
Tints of Blue #1231F9
RGB
CMYK
RGB Variations
Color information
#1231F9 (or 0x1231F9) is known color: Blue. HEX triplet: 12, 31 and F9. RGB value is (18,49,249). Sum of RGB (Red+Green+Blue) = 18+49+249=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 249 (97.66% from 255 or 78.80% from 316); Max value from RGB is 249 - color contains mainly: blue. Hex color #1231F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1231F9 is #EDCE06. Grayscale: #3D3D3D. Windows color (decimal): -15584775 or 16331026. OLE color: 16331026.
HSL color Cylindrical-coordinate representation of color #1231F9: hue angle of 231.95º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1231F9 is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 49 | 249 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.02 |
| HSL | 231.95º | 0.95% | 0.52% | - |
| HSV(B) | 231.95º | 0.93% | 0.98% | - |
| XYZ | 18.45 | 9.16 | 90.42 | - |
| YUV | 62.53 | 233.23 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 249 | 0.93 | 0.80 | 0 | 0.02 | 231.95 | 0.95 | 0.52 |
| Hex | 12 | 31 | F9 | 5D | 50 | 0 | 2 | E8 | 5F | 34 |
| Octal | 22 | 61 | 371 | 135 | 120 | 0 | 2 | 350 | 137 | 64 |
| Binary | 10010 | 110001 | 11111001 | 1011101 | 1010000 | 0 | 10 | 11101000 | 1011111 | 110100 |
Color Harmonies of #1231F9
Complementary color
Monochromatic Colors of #1231F9
Black with #1231F9
Text Example
Text Example
White with #1231F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1231F9; }
p { color: rgb(18,49,249); }
H1.HeaderClassName
{
color: #1231F9;
}
.AnyTagClassName
{
color: #1231F9;
}
</style>
background-color css
<style>
a { background-color: #1231F9; }
a { background-color: rgb(18,49,249); }
div.DivClassName
{
background-color: #1231F9;
}
.BgClassName
{
background-color: #1231F9;
}
</style>
border-color css
<style>
span { border-color: #1231F9; }
span { border-color: rgb(18,49,249); }
td.TdClassName
{
border-color: #1231F9;
}
.TagClassName
{
border-color: #1231F9;
}
</style>