Shades of Blue #171BFA
Tints of Blue #171BFA
RGB
CMYK
RGB Variations
Color information
#171BFA (or 0x171BFA) is known color: Blue. HEX triplet: 17, 1B and FA. RGB value is (23,27,250). Sum of RGB (Red+Green+Blue) = 23+27+250=300 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.67% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 250 (98.05% from 255 or 83.33% from 300); Max value from RGB is 250 - color contains mainly: blue. Hex color #171BFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #171BFA is #E8E405. Grayscale: #323232. Windows color (decimal): -15262726 or 16390935. OLE color: 16390935.
HSL color Cylindrical-coordinate representation of color #171BFA: hue angle of 238.94º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #171BFA is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 27 | 250 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.02 |
| HSL | 238.94º | 0.96% | 0.54% | - |
| HSV(B) | 238.94º | 0.91% | 0.98% | - |
| XYZ | 18 | 7.87 | 91.01 | - |
| YUV | 51.23 | 240.17 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 27 | 250 | 0.91 | 0.89 | 0 | 0.02 | 238.94 | 0.96 | 0.54 |
| Hex | 17 | 1B | FA | 5B | 59 | 0 | 2 | EF | 60 | 36 |
| Octal | 27 | 33 | 372 | 133 | 131 | 0 | 2 | 357 | 140 | 66 |
| Binary | 10111 | 11011 | 11111010 | 1011011 | 1011001 | 0 | 10 | 11101111 | 1100000 | 110110 |
Color Harmonies of #171BFA
Complementary color
Monochromatic Colors of #171BFA
Black with #171BFA
Text Example
Text Example
White with #171BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171BFA; }
p { color: rgb(23,27,250); }
H1.HeaderClassName
{
color: #171BFA;
}
.AnyTagClassName
{
color: #171BFA;
}
</style>
background-color css
<style>
a { background-color: #171BFA; }
a { background-color: rgb(23,27,250); }
div.DivClassName
{
background-color: #171BFA;
}
.BgClassName
{
background-color: #171BFA;
}
</style>
border-color css
<style>
span { border-color: #171BFA; }
span { border-color: rgb(23,27,250); }
td.TdClassName
{
border-color: #171BFA;
}
.TagClassName
{
border-color: #171BFA;
}
</style>