Shades of Blue #1217FB
Tints of Blue #1217FB
RGB
CMYK
RGB Variations
Color information
#1217FB (or 0x1217FB) is known color: Blue. HEX triplet: 12, 17 and FB. RGB value is (18,23,251). Sum of RGB (Red+Green+Blue) = 18+23+251=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 251 (98.44% from 255 or 85.96% from 292); Max value from RGB is 251 - color contains mainly: blue. Hex color #1217FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1217FB is #EDE804. Grayscale: #2E2E2E. Windows color (decimal): -15591429 or 16455442. OLE color: 16455442.
HSL color Cylindrical-coordinate representation of color #1217FB: hue angle of 238.71º degrees, saturation: 0.97, 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 #1217FB is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 23 | 251 | - |
| CMYK | 0.93 | 0.91 | 0 | 0.02 |
| HSL | 238.71º | 0.97% | 0.53% | - |
| HSV(B) | 238.71º | 0.93% | 0.98% | - |
| XYZ | 17.97 | 7.71 | 91.81 | - |
| YUV | 47.5 | 242.84 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 23 | 251 | 0.93 | 0.91 | 0 | 0.02 | 238.71 | 0.97 | 0.53 |
| Hex | 12 | 17 | FB | 5D | 5B | 0 | 2 | EF | 61 | 35 |
| Octal | 22 | 27 | 373 | 135 | 133 | 0 | 2 | 357 | 141 | 65 |
| Binary | 10010 | 10111 | 11111011 | 1011101 | 1011011 | 0 | 10 | 11101111 | 1100001 | 110101 |
Color Harmonies of #1217FB
Complementary color
Monochromatic Colors of #1217FB
Black with #1217FB
Text Example
Text Example
White with #1217FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1217FB; }
p { color: rgb(18,23,251); }
H1.HeaderClassName
{
color: #1217FB;
}
.AnyTagClassName
{
color: #1217FB;
}
</style>
background-color css
<style>
a { background-color: #1217FB; }
a { background-color: rgb(18,23,251); }
div.DivClassName
{
background-color: #1217FB;
}
.BgClassName
{
background-color: #1217FB;
}
</style>
border-color css
<style>
span { border-color: #1217FB; }
span { border-color: rgb(18,23,251); }
td.TdClassName
{
border-color: #1217FB;
}
.TagClassName
{
border-color: #1217FB;
}
</style>