Shades of Blue #1239FD
Tints of Blue #1239FD
RGB
CMYK
RGB Variations
Color information
#1239FD (or 0x1239FD) is known color: Blue. HEX triplet: 12, 39 and FD. RGB value is (18,57,253). Sum of RGB (Red+Green+Blue) = 18+57+253=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 253 (99.22% from 255 or 77.13% from 328); Max value from RGB is 253 - color contains mainly: blue. Hex color #1239FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1239FD is #EDC602. Grayscale: #424242. Windows color (decimal): -15582723 or 16595218. OLE color: 16595218.
HSL color Cylindrical-coordinate representation of color #1239FD: hue angle of 230.04º 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 #1239FD is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 57 | 253 | - |
| CMYK | 0.93 | 0.77 | 0 | 0.01 |
| HSL | 230.04º | 0.98% | 0.53% | - |
| HSV(B) | 230.04º | 0.93% | 0.99% | - |
| XYZ | 19.44 | 10.15 | 93.86 | - |
| YUV | 67.68 | 232.58 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 57 | 253 | 0.93 | 0.77 | 0 | 0.01 | 230.04 | 0.98 | 0.53 |
| Hex | 12 | 39 | FD | 5D | 4D | 0 | 1 | E6 | 62 | 35 |
| Octal | 22 | 71 | 375 | 135 | 115 | 0 | 1 | 346 | 142 | 65 |
| Binary | 10010 | 111001 | 11111101 | 1011101 | 1001101 | 0 | 1 | 11100110 | 1100010 | 110101 |
Color Harmonies of #1239FD
Complementary color
Monochromatic Colors of #1239FD
Black with #1239FD
Text Example
Text Example
White with #1239FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1239FD; }
p { color: rgb(18,57,253); }
H1.HeaderClassName
{
color: #1239FD;
}
.AnyTagClassName
{
color: #1239FD;
}
</style>
background-color css
<style>
a { background-color: #1239FD; }
a { background-color: rgb(18,57,253); }
div.DivClassName
{
background-color: #1239FD;
}
.BgClassName
{
background-color: #1239FD;
}
</style>
border-color css
<style>
span { border-color: #1239FD; }
span { border-color: rgb(18,57,253); }
td.TdClassName
{
border-color: #1239FD;
}
.TagClassName
{
border-color: #1239FD;
}
</style>