Shades of Blue #1009FF
Tints of Blue #1009FF
RGB
CMYK
RGB Variations
Color information
#1009FF (or 0x1009FF) is known color: Blue. HEX triplet: 10, 09 and FF. RGB value is (16,9,255). Sum of RGB (Red+Green+Blue) = 16+9+255=280 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.71% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 255 (100% from 255 or 91.07% from 280); Max value from RGB is 255 - color contains mainly: blue. Hex color #1009FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1009FF is #EFF600. Grayscale: #262626. Windows color (decimal): -15726081 or 16714000. OLE color: 16714000.
HSL color Cylindrical-coordinate representation of color #1009FF: hue angle of 241.71º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1009FF is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 9 | 255 | - |
| CMYK | 0.94 | 0.96 | 0 | 0 |
| HSL | 241.71º | 1% | 0.52% | - |
| HSV(B) | 241.71º | 0.96% | 1% | - |
| XYZ | 18.36 | 7.53 | 95.09 | - |
| YUV | 39.14 | 249.82 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 9 | 255 | 0.94 | 0.96 | 0 | 0 | 241.71 | 1 | 0.52 |
| Hex | 10 | 9 | FF | 5E | 60 | 0 | 0 | F2 | 64 | 34 |
| Octal | 20 | 11 | 377 | 136 | 140 | 0 | 0 | 362 | 144 | 64 |
| Binary | 10000 | 1001 | 11111111 | 1011110 | 1100000 | 0 | 0 | 11110010 | 1100100 | 110100 |
Color Harmonies of #1009FF
Complementary color
Monochromatic Colors of #1009FF
Black with #1009FF
Text Example
Text Example
White with #1009FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1009FF; }
p { color: rgb(16,9,255); }
H1.HeaderClassName
{
color: #1009FF;
}
.AnyTagClassName
{
color: #1009FF;
}
</style>
background-color css
<style>
a { background-color: #1009FF; }
a { background-color: rgb(16,9,255); }
div.DivClassName
{
background-color: #1009FF;
}
.BgClassName
{
background-color: #1009FF;
}
</style>
border-color css
<style>
span { border-color: #1009FF; }
span { border-color: rgb(16,9,255); }
td.TdClassName
{
border-color: #1009FF;
}
.TagClassName
{
border-color: #1009FF;
}
</style>