Shades of Blue #1610FA
Tints of Blue #1610FA
RGB
CMYK
RGB Variations
Color information
#1610FA (or 0x1610FA) is known color: Blue. HEX triplet: 16, 10 and FA. RGB value is (22,16,250). Sum of RGB (Red+Green+Blue) = 22+16+250=288 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.64% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 250 (98.05% from 255 or 86.81% from 288); Max value from RGB is 250 - color contains mainly: blue. Hex color #1610FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1610FA is #E9EF05. Grayscale: #2B2B2B. Windows color (decimal): -15331078 or 16388118. OLE color: 16388118.
HSL color Cylindrical-coordinate representation of color #1610FA: hue angle of 241.54º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1610FA is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 16 | 250 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.02 |
| HSL | 241.54º | 0.96% | 0.52% | - |
| HSV(B) | 241.54º | 0.94% | 0.98% | - |
| XYZ | 17.77 | 7.44 | 90.94 | - |
| YUV | 44.47 | 243.99 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 16 | 250 | 0.91 | 0.94 | 0 | 0.02 | 241.54 | 0.96 | 0.52 |
| Hex | 16 | 10 | FA | 5B | 5E | 0 | 2 | F2 | 60 | 34 |
| Octal | 26 | 20 | 372 | 133 | 136 | 0 | 2 | 362 | 140 | 64 |
| Binary | 10110 | 10000 | 11111010 | 1011011 | 1011110 | 0 | 10 | 11110010 | 1100000 | 110100 |
Color Harmonies of #1610FA
Complementary color
Monochromatic Colors of #1610FA
Black with #1610FA
Text Example
Text Example
White with #1610FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1610FA; }
p { color: rgb(22,16,250); }
H1.HeaderClassName
{
color: #1610FA;
}
.AnyTagClassName
{
color: #1610FA;
}
</style>
background-color css
<style>
a { background-color: #1610FA; }
a { background-color: rgb(22,16,250); }
div.DivClassName
{
background-color: #1610FA;
}
.BgClassName
{
background-color: #1610FA;
}
</style>
border-color css
<style>
span { border-color: #1610FA; }
span { border-color: rgb(22,16,250); }
td.TdClassName
{
border-color: #1610FA;
}
.TagClassName
{
border-color: #1610FA;
}
</style>