Shades of Blue #172BF3
Tints of Blue #172BF3
RGB
CMYK
RGB Variations
Color information
#172BF3 (or 0x172BF3) is known color: Blue. HEX triplet: 17, 2B and F3. RGB value is (23,43,243). Sum of RGB (Red+Green+Blue) = 23+43+243=309 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.44% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 243 (95.31% from 255 or 78.64% from 309); Max value from RGB is 243 - color contains mainly: blue. Hex color #172BF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #172BF3 is #E8D40C. Grayscale: #3B3B3B. Windows color (decimal): -15258637 or 15936279. OLE color: 15936279.
HSL color Cylindrical-coordinate representation of color #172BF3: hue angle of 234.55º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #172BF3 is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 43 | 243 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.05 |
| HSL | 234.55º | 0.9% | 0.52% | - |
| HSV(B) | 234.55º | 0.91% | 0.95% | - |
| XYZ | 17.39 | 8.38 | 85.49 | - |
| YUV | 59.82 | 231.37 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 243 | 0.91 | 0.82 | 0 | 0.05 | 234.55 | 0.9 | 0.52 |
| Hex | 17 | 2B | F3 | 5B | 52 | 0 | 5 | EB | 5A | 34 |
| Octal | 27 | 53 | 363 | 133 | 122 | 0 | 5 | 353 | 132 | 64 |
| Binary | 10111 | 101011 | 11110011 | 1011011 | 1010010 | 0 | 101 | 11101011 | 1011010 | 110100 |
Color Harmonies of #172BF3
Complementary color
Monochromatic Colors of #172BF3
Black with #172BF3
Text Example
Text Example
White with #172BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172BF3; }
p { color: rgb(23,43,243); }
H1.HeaderClassName
{
color: #172BF3;
}
.AnyTagClassName
{
color: #172BF3;
}
</style>
background-color css
<style>
a { background-color: #172BF3; }
a { background-color: rgb(23,43,243); }
div.DivClassName
{
background-color: #172BF3;
}
.BgClassName
{
background-color: #172BF3;
}
</style>
border-color css
<style>
span { border-color: #172BF3; }
span { border-color: rgb(23,43,243); }
td.TdClassName
{
border-color: #172BF3;
}
.TagClassName
{
border-color: #172BF3;
}
</style>