Shades of Blue #090CE6
Tints of Blue #090CE6
RGB
CMYK
RGB Variations
Color information
#090CE6 (or 0x090CE6) is known color: Blue. HEX triplet: 09, 0C and E6. RGB value is (9,12,230). Sum of RGB (Red+Green+Blue) = 9+12+230=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 230 (90.23% from 255 or 91.63% from 251); Max value from RGB is 230 - color contains mainly: blue. Hex color #090CE6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #090CE6 is #F6F319. Grayscale: #232323. Windows color (decimal): -16184090 or 15076361. OLE color: 15076361.
HSL color Cylindrical-coordinate representation of color #090CE6: hue angle of 239.19º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090CE6 is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 12 | 230 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.10 |
| HSL | 239.19º | 0.92% | 0.47% | - |
| HSV(B) | 239.19º | 0.96% | 0.9% | - |
| XYZ | 14.53 | 6.03 | 75.26 | - |
| YUV | 35.96 | 237.51 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 12 | 230 | 0.96 | 0.95 | 0 | 0.10 | 239.19 | 0.92 | 0.47 |
| Hex | 9 | C | E6 | 60 | 5F | 0 | A | EF | 5C | 2F |
| Octal | 11 | 14 | 346 | 140 | 137 | 0 | 12 | 357 | 134 | 57 |
| Binary | 1001 | 1100 | 11100110 | 1100000 | 1011111 | 0 | 1010 | 11101111 | 1011100 | 101111 |
Color Harmonies of #090CE6
Complementary color
Monochromatic Colors of #090CE6
Black with #090CE6
Text Example
Text Example
White with #090CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090CE6; }
p { color: rgb(9,12,230); }
H1.HeaderClassName
{
color: #090CE6;
}
.AnyTagClassName
{
color: #090CE6;
}
</style>
background-color css
<style>
a { background-color: #090CE6; }
a { background-color: rgb(9,12,230); }
div.DivClassName
{
background-color: #090CE6;
}
.BgClassName
{
background-color: #090CE6;
}
</style>
border-color css
<style>
span { border-color: #090CE6; }
span { border-color: rgb(9,12,230); }
td.TdClassName
{
border-color: #090CE6;
}
.TagClassName
{
border-color: #090CE6;
}
</style>