Shades of Medium Blue #090CCF
Tints of Medium Blue #090CCF
RGB
CMYK
RGB Variations
Color information
#090CCF (or 0x090CCF) is known color: Medium Blue. HEX triplet: 09, 0C and CF. RGB value is (9,12,207). Sum of RGB (Red+Green+Blue) = 9+12+207=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 12 (5.08% from 255 or 5.26% from 228); Blue value is 207 (81.25% from 255 or 90.79% from 228); Max value from RGB is 207 - color contains mainly: blue. Hex color #090CCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090CCF is #F6F330. Grayscale: #202020. Windows color (decimal): -16184113 or 13569033. OLE color: 13569033.
HSL color Cylindrical-coordinate representation of color #090CCF: hue angle of 239.09º 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 #090CCF is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 12 | 207 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.19 |
| HSL | 239.09º | 0.92% | 0.42% | - |
| HSV(B) | 239.09º | 0.96% | 0.81% | - |
| XYZ | 11.51 | 4.83 | 59.36 | - |
| YUV | 33.33 | 226.01 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 12 | 207 | 0.96 | 0.94 | 0 | 0.19 | 239.09 | 0.92 | 0.42 |
| Hex | 9 | C | CF | 60 | 5E | 0 | 13 | EF | 5C | 2A |
| Octal | 11 | 14 | 317 | 140 | 136 | 0 | 23 | 357 | 134 | 52 |
| Binary | 1001 | 1100 | 11001111 | 1100000 | 1011110 | 0 | 10011 | 11101111 | 1011100 | 101010 |
Color Harmonies of #090CCF
Complementary color
Monochromatic Colors of #090CCF
Black with #090CCF
Text Example
Text Example
White with #090CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090CCF; }
p { color: rgb(9,12,207); }
H1.HeaderClassName
{
color: #090CCF;
}
.AnyTagClassName
{
color: #090CCF;
}
</style>
background-color css
<style>
a { background-color: #090CCF; }
a { background-color: rgb(9,12,207); }
div.DivClassName
{
background-color: #090CCF;
}
.BgClassName
{
background-color: #090CCF;
}
</style>
border-color css
<style>
span { border-color: #090CCF; }
span { border-color: rgb(9,12,207); }
td.TdClassName
{
border-color: #090CCF;
}
.TagClassName
{
border-color: #090CCF;
}
</style>