Shades of Blue #1009EF
Tints of Blue #1009EF
RGB
CMYK
RGB Variations
Color information
#1009EF (or 0x1009EF) is known color: Blue. HEX triplet: 10, 09 and EF. RGB value is (16,9,239). Sum of RGB (Red+Green+Blue) = 16+9+239=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 239 (93.75% from 255 or 90.53% from 264); Max value from RGB is 239 - color contains mainly: blue. Hex color #1009EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1009EF is #EFF610. Grayscale: #242424. Windows color (decimal): -15726097 or 15665424. OLE color: 15665424.
HSL color Cylindrical-coordinate representation of color #1009EF: hue angle of 241.83º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1009EF is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 9 | 239 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.06 |
| HSL | 241.83º | 0.93% | 0.49% | - |
| HSV(B) | 241.83º | 0.96% | 0.94% | - |
| XYZ | 15.89 | 6.54 | 82.09 | - |
| YUV | 37.31 | 241.82 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 9 | 239 | 0.93 | 0.96 | 0 | 0.06 | 241.83 | 0.93 | 0.49 |
| Hex | 10 | 9 | EF | 5D | 60 | 0 | 6 | F2 | 5D | 31 |
| Octal | 20 | 11 | 357 | 135 | 140 | 0 | 6 | 362 | 135 | 61 |
| Binary | 10000 | 1001 | 11101111 | 1011101 | 1100000 | 0 | 110 | 11110010 | 1011101 | 110001 |
Color Harmonies of #1009EF
Complementary color
Monochromatic Colors of #1009EF
Black with #1009EF
Text Example
Text Example
White with #1009EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1009EF; }
p { color: rgb(16,9,239); }
H1.HeaderClassName
{
color: #1009EF;
}
.AnyTagClassName
{
color: #1009EF;
}
</style>
background-color css
<style>
a { background-color: #1009EF; }
a { background-color: rgb(16,9,239); }
div.DivClassName
{
background-color: #1009EF;
}
.BgClassName
{
background-color: #1009EF;
}
</style>
border-color css
<style>
span { border-color: #1009EF; }
span { border-color: rgb(16,9,239); }
td.TdClassName
{
border-color: #1009EF;
}
.TagClassName
{
border-color: #1009EF;
}
</style>