Shades of Medium Blue #090CDD
Tints of Medium Blue #090CDD
RGB
CMYK
RGB Variations
Color information
#090CDD (or 0x090CDD) is known color: Medium Blue. HEX triplet: 09, 0C and DD. RGB value is (9,12,221). Sum of RGB (Red+Green+Blue) = 9+12+221=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 221 (86.72% from 255 or 91.32% from 242); Max value from RGB is 221 - color contains mainly: blue. Hex color #090CDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090CDD is #F6F322. Grayscale: #222222. Windows color (decimal): -16184099 or 14486537. OLE color: 14486537.
HSL color Cylindrical-coordinate representation of color #090CDD: hue angle of 239.15º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090CDD is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 12 | 221 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.13 |
| HSL | 239.15º | 0.92% | 0.45% | - |
| HSV(B) | 239.15º | 0.96% | 0.87% | - |
| XYZ | 13.3 | 5.54 | 68.78 | - |
| YUV | 34.93 | 233.01 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 12 | 221 | 0.96 | 0.95 | 0 | 0.13 | 239.15 | 0.92 | 0.45 |
| Hex | 9 | C | DD | 60 | 5F | 0 | D | EF | 5C | 2D |
| Octal | 11 | 14 | 335 | 140 | 137 | 0 | 15 | 357 | 134 | 55 |
| Binary | 1001 | 1100 | 11011101 | 1100000 | 1011111 | 0 | 1101 | 11101111 | 1011100 | 101101 |
Color Harmonies of #090CDD
Complementary color
Monochromatic Colors of #090CDD
Black with #090CDD
Text Example
Text Example
White with #090CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090CDD; }
p { color: rgb(9,12,221); }
H1.HeaderClassName
{
color: #090CDD;
}
.AnyTagClassName
{
color: #090CDD;
}
</style>
background-color css
<style>
a { background-color: #090CDD; }
a { background-color: rgb(9,12,221); }
div.DivClassName
{
background-color: #090CDD;
}
.BgClassName
{
background-color: #090CDD;
}
</style>
border-color css
<style>
span { border-color: #090CDD; }
span { border-color: rgb(9,12,221); }
td.TdClassName
{
border-color: #090CDD;
}
.TagClassName
{
border-color: #090CDD;
}
</style>