Shades of Blue #1231FA
Tints of Blue #1231FA
RGB
CMYK
RGB Variations
Color information
#1231FA (or 0x1231FA) is known color: Blue. HEX triplet: 12, 31 and FA. RGB value is (18,49,250). Sum of RGB (Red+Green+Blue) = 18+49+250=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 250 (98.05% from 255 or 78.86% from 317); Max value from RGB is 250 - color contains mainly: blue. Hex color #1231FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1231FA is #EDCE05. Grayscale: #3D3D3D. Windows color (decimal): -15584774 or 16396562. OLE color: 16396562.
HSL color Cylindrical-coordinate representation of color #1231FA: hue angle of 231.98º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1231FA is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 49 | 250 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.02 |
| HSL | 231.98º | 0.96% | 0.53% | - |
| HSV(B) | 231.98º | 0.93% | 0.98% | - |
| XYZ | 18.6 | 9.23 | 91.24 | - |
| YUV | 62.65 | 233.73 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 250 | 0.93 | 0.80 | 0 | 0.02 | 231.98 | 0.96 | 0.53 |
| Hex | 12 | 31 | FA | 5D | 50 | 0 | 2 | E8 | 60 | 35 |
| Octal | 22 | 61 | 372 | 135 | 120 | 0 | 2 | 350 | 140 | 65 |
| Binary | 10010 | 110001 | 11111010 | 1011101 | 1010000 | 0 | 10 | 11101000 | 1100000 | 110101 |
Color Harmonies of #1231FA
Complementary color
Monochromatic Colors of #1231FA
Black with #1231FA
Text Example
Text Example
White with #1231FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1231FA; }
p { color: rgb(18,49,250); }
H1.HeaderClassName
{
color: #1231FA;
}
.AnyTagClassName
{
color: #1231FA;
}
</style>
background-color css
<style>
a { background-color: #1231FA; }
a { background-color: rgb(18,49,250); }
div.DivClassName
{
background-color: #1231FA;
}
.BgClassName
{
background-color: #1231FA;
}
</style>
border-color css
<style>
span { border-color: #1231FA; }
span { border-color: rgb(18,49,250); }
td.TdClassName
{
border-color: #1231FA;
}
.TagClassName
{
border-color: #1231FA;
}
</style>