Shades of Blue #1239FC
Tints of Blue #1239FC
RGB
CMYK
RGB Variations
Color information
#1239FC (or 0x1239FC) is known color: Blue. HEX triplet: 12, 39 and FC. RGB value is (18,57,252). Sum of RGB (Red+Green+Blue) = 18+57+252=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 252 (98.83% from 255 or 77.06% from 327); Max value from RGB is 252 - color contains mainly: blue. Hex color #1239FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1239FC is #EDC603. Grayscale: #424242. Windows color (decimal): -15582724 or 16529682. OLE color: 16529682.
HSL color Cylindrical-coordinate representation of color #1239FC: hue angle of 230º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1239FC is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 57 | 252 | - |
| CMYK | 0.93 | 0.77 | 0 | 0.01 |
| HSL | 230º | 0.98% | 0.53% | - |
| HSV(B) | 230º | 0.93% | 0.99% | - |
| XYZ | 19.28 | 10.08 | 93.03 | - |
| YUV | 67.57 | 232.08 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 57 | 252 | 0.93 | 0.77 | 0 | 0.01 | 230 | 0.98 | 0.53 |
| Hex | 12 | 39 | FC | 5D | 4D | 0 | 1 | E6 | 62 | 35 |
| Octal | 22 | 71 | 374 | 135 | 115 | 0 | 1 | 346 | 142 | 65 |
| Binary | 10010 | 111001 | 11111100 | 1011101 | 1001101 | 0 | 1 | 11100110 | 1100010 | 110101 |
Color Harmonies of #1239FC
Complementary color
Monochromatic Colors of #1239FC
Black with #1239FC
Text Example
Text Example
White with #1239FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1239FC; }
p { color: rgb(18,57,252); }
H1.HeaderClassName
{
color: #1239FC;
}
.AnyTagClassName
{
color: #1239FC;
}
</style>
background-color css
<style>
a { background-color: #1239FC; }
a { background-color: rgb(18,57,252); }
div.DivClassName
{
background-color: #1239FC;
}
.BgClassName
{
background-color: #1239FC;
}
</style>
border-color css
<style>
span { border-color: #1239FC; }
span { border-color: rgb(18,57,252); }
td.TdClassName
{
border-color: #1239FC;
}
.TagClassName
{
border-color: #1239FC;
}
</style>