Shades of Medium Blue #090CBD
Tints of Medium Blue #090CBD
RGB
CMYK
RGB Variations
Color information
#090CBD (or 0x090CBD) is known color: Medium Blue. HEX triplet: 09, 0C and BD. RGB value is (9,12,189). Sum of RGB (Red+Green+Blue) = 9+12+189=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 12 (5.08% from 255 or 5.71% from 210); Blue value is 189 (74.22% from 255 or 90% from 210); Max value from RGB is 189 - color contains mainly: blue. Hex color #090CBD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090CBD is #F6F342. Grayscale: #1E1E1E. Windows color (decimal): -16184131 or 12389385. OLE color: 12389385.
HSL color Cylindrical-coordinate representation of color #090CBD: hue angle of 239º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #090CBD is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 12 | 189 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.26 |
| HSL | 239º | 0.91% | 0.39% | - |
| HSV(B) | 239º | 0.95% | 0.74% | - |
| XYZ | 9.43 | 4 | 48.42 | - |
| YUV | 31.28 | 217.01 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 12 | 189 | 0.95 | 0.94 | 0 | 0.26 | 239 | 0.91 | 0.39 |
| Hex | 9 | C | BD | 5F | 5E | 0 | 1A | EF | 5B | 27 |
| Octal | 11 | 14 | 275 | 137 | 136 | 0 | 32 | 357 | 133 | 47 |
| Binary | 1001 | 1100 | 10111101 | 1011111 | 1011110 | 0 | 11010 | 11101111 | 1011011 | 100111 |
Color Harmonies of #090CBD
Complementary color
Monochromatic Colors of #090CBD
Black with #090CBD
Text Example
Text Example
White with #090CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090CBD; }
p { color: rgb(9,12,189); }
H1.HeaderClassName
{
color: #090CBD;
}
.AnyTagClassName
{
color: #090CBD;
}
</style>
background-color css
<style>
a { background-color: #090CBD; }
a { background-color: rgb(9,12,189); }
div.DivClassName
{
background-color: #090CBD;
}
.BgClassName
{
background-color: #090CBD;
}
</style>
border-color css
<style>
span { border-color: #090CBD; }
span { border-color: rgb(9,12,189); }
td.TdClassName
{
border-color: #090CBD;
}
.TagClassName
{
border-color: #090CBD;
}
</style>