Shades of Blue #1609FA
Tints of Blue #1609FA
RGB
CMYK
RGB Variations
Color information
#1609FA (or 0x1609FA) is known color: Blue. HEX triplet: 16, 09 and FA. RGB value is (22,9,250). Sum of RGB (Red+Green+Blue) = 22+9+250=281 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.83% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 250 (98.05% from 255 or 88.97% from 281); Max value from RGB is 250 - color contains mainly: blue. Hex color #1609FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1609FA is #E9F605. Grayscale: #272727. Windows color (decimal): -15332870 or 16386326. OLE color: 16386326.
HSL color Cylindrical-coordinate representation of color #1609FA: hue angle of 243.24º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1609FA is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 9 | 250 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.02 |
| HSL | 243.24º | 0.96% | 0.51% | - |
| HSV(B) | 243.24º | 0.96% | 0.98% | - |
| XYZ | 17.68 | 7.27 | 90.91 | - |
| YUV | 40.36 | 246.31 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 9 | 250 | 0.91 | 0.96 | 0 | 0.02 | 243.24 | 0.96 | 0.51 |
| Hex | 16 | 9 | FA | 5B | 60 | 0 | 2 | F3 | 60 | 33 |
| Octal | 26 | 11 | 372 | 133 | 140 | 0 | 2 | 363 | 140 | 63 |
| Binary | 10110 | 1001 | 11111010 | 1011011 | 1100000 | 0 | 10 | 11110011 | 1100000 | 110011 |
Color Harmonies of #1609FA
Complementary color
Monochromatic Colors of #1609FA
Black with #1609FA
Text Example
Text Example
White with #1609FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1609FA; }
p { color: rgb(22,9,250); }
H1.HeaderClassName
{
color: #1609FA;
}
.AnyTagClassName
{
color: #1609FA;
}
</style>
background-color css
<style>
a { background-color: #1609FA; }
a { background-color: rgb(22,9,250); }
div.DivClassName
{
background-color: #1609FA;
}
.BgClassName
{
background-color: #1609FA;
}
</style>
border-color css
<style>
span { border-color: #1609FA; }
span { border-color: rgb(22,9,250); }
td.TdClassName
{
border-color: #1609FA;
}
.TagClassName
{
border-color: #1609FA;
}
</style>