Shades of Medium Blue #090ACF
Tints of Medium Blue #090ACF
RGB
CMYK
RGB Variations
Color information
#090ACF (or 0x090ACF) is known color: Medium Blue. HEX triplet: 09, 0A and CF. RGB value is (9,10,207). Sum of RGB (Red+Green+Blue) = 9+10+207=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 207 (81.25% from 255 or 91.59% from 226); Max value from RGB is 207 - color contains mainly: blue. Hex color #090ACF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090ACF is #F6F530. Grayscale: #1F1F1F. Windows color (decimal): -16184625 or 13568521. OLE color: 13568521.
HSL color Cylindrical-coordinate representation of color #090ACF: hue angle of 239.7º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090ACF is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 10 | 207 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.19 |
| HSL | 239.7º | 0.92% | 0.42% | - |
| HSV(B) | 239.7º | 0.96% | 0.81% | - |
| XYZ | 11.48 | 4.78 | 59.35 | - |
| YUV | 32.16 | 226.67 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 10 | 207 | 0.96 | 0.95 | 0 | 0.19 | 239.7 | 0.92 | 0.42 |
| Hex | 9 | A | CF | 60 | 5F | 0 | 13 | F0 | 5C | 2A |
| Octal | 11 | 12 | 317 | 140 | 137 | 0 | 23 | 360 | 134 | 52 |
| Binary | 1001 | 1010 | 11001111 | 1100000 | 1011111 | 0 | 10011 | 11110000 | 1011100 | 101010 |
Color Harmonies of #090ACF
Complementary color
Monochromatic Colors of #090ACF
Black with #090ACF
Text Example
Text Example
White with #090ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090ACF; }
p { color: rgb(9,10,207); }
H1.HeaderClassName
{
color: #090ACF;
}
.AnyTagClassName
{
color: #090ACF;
}
</style>
background-color css
<style>
a { background-color: #090ACF; }
a { background-color: rgb(9,10,207); }
div.DivClassName
{
background-color: #090ACF;
}
.BgClassName
{
background-color: #090ACF;
}
</style>
border-color css
<style>
span { border-color: #090ACF; }
span { border-color: rgb(9,10,207); }
td.TdClassName
{
border-color: #090ACF;
}
.TagClassName
{
border-color: #090ACF;
}
</style>