Shades of Blue #1712FB
Tints of Blue #1712FB
RGB
CMYK
RGB Variations
Color information
#1712FB (or 0x1712FB) is known color: Blue. HEX triplet: 17, 12 and FB. RGB value is (23,18,251). Sum of RGB (Red+Green+Blue) = 23+18+251=292 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.88% from 292); Green value is 18 (7.42% from 255 or 6.16% 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 #1712FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1712FB is #E8ED04. Grayscale: #2D2D2D. Windows color (decimal): -15265029 or 16454167. OLE color: 16454167.
HSL color Cylindrical-coordinate representation of color #1712FB: hue angle of 241.29º 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 #1712FB is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 18 | 251 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.02 |
| HSL | 241.29º | 0.97% | 0.53% | - |
| HSV(B) | 241.29º | 0.93% | 0.98% | - |
| XYZ | 17.98 | 7.58 | 91.78 | - |
| YUV | 46.06 | 243.66 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 18 | 251 | 0.91 | 0.93 | 0 | 0.02 | 241.29 | 0.97 | 0.53 |
| Hex | 17 | 12 | FB | 5B | 5D | 0 | 2 | F1 | 61 | 35 |
| Octal | 27 | 22 | 373 | 133 | 135 | 0 | 2 | 361 | 141 | 65 |
| Binary | 10111 | 10010 | 11111011 | 1011011 | 1011101 | 0 | 10 | 11110001 | 1100001 | 110101 |
Color Harmonies of #1712FB
Complementary color
Monochromatic Colors of #1712FB
Black with #1712FB
Text Example
Text Example
White with #1712FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1712FB; }
p { color: rgb(23,18,251); }
H1.HeaderClassName
{
color: #1712FB;
}
.AnyTagClassName
{
color: #1712FB;
}
</style>
background-color css
<style>
a { background-color: #1712FB; }
a { background-color: rgb(23,18,251); }
div.DivClassName
{
background-color: #1712FB;
}
.BgClassName
{
background-color: #1712FB;
}
</style>
border-color css
<style>
span { border-color: #1712FB; }
span { border-color: rgb(23,18,251); }
td.TdClassName
{
border-color: #1712FB;
}
.TagClassName
{
border-color: #1712FB;
}
</style>