Shades of Blue #1233FA
Tints of Blue #1233FA
RGB
CMYK
RGB Variations
Color information
#1233FA (or 0x1233FA) is known color: Blue. HEX triplet: 12, 33 and FA. RGB value is (18,51,250). Sum of RGB (Red+Green+Blue) = 18+51+250=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 250 (98.05% from 255 or 78.37% from 319); Max value from RGB is 250 - color contains mainly: blue. Hex color #1233FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1233FA is #EDCC05. Grayscale: #3E3E3E. Windows color (decimal): -15584262 or 16397074. OLE color: 16397074.
HSL color Cylindrical-coordinate representation of color #1233FA: hue angle of 231.47º 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 #1233FA is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 51 | 250 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.02 |
| HSL | 231.47º | 0.96% | 0.53% | - |
| HSV(B) | 231.47º | 0.93% | 0.98% | - |
| XYZ | 18.69 | 9.4 | 91.27 | - |
| YUV | 63.82 | 233.07 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 51 | 250 | 0.93 | 0.80 | 0 | 0.02 | 231.47 | 0.96 | 0.53 |
| Hex | 12 | 33 | FA | 5D | 50 | 0 | 2 | E7 | 60 | 35 |
| Octal | 22 | 63 | 372 | 135 | 120 | 0 | 2 | 347 | 140 | 65 |
| Binary | 10010 | 110011 | 11111010 | 1011101 | 1010000 | 0 | 10 | 11100111 | 1100000 | 110101 |
Color Harmonies of #1233FA
Complementary color
Monochromatic Colors of #1233FA
Black with #1233FA
Text Example
Text Example
White with #1233FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1233FA; }
p { color: rgb(18,51,250); }
H1.HeaderClassName
{
color: #1233FA;
}
.AnyTagClassName
{
color: #1233FA;
}
</style>
background-color css
<style>
a { background-color: #1233FA; }
a { background-color: rgb(18,51,250); }
div.DivClassName
{
background-color: #1233FA;
}
.BgClassName
{
background-color: #1233FA;
}
</style>
border-color css
<style>
span { border-color: #1233FA; }
span { border-color: rgb(18,51,250); }
td.TdClassName
{
border-color: #1233FA;
}
.TagClassName
{
border-color: #1233FA;
}
</style>