Shades of Medium Blue #0920DF
Tints of Medium Blue #0920DF
RGB
CMYK
RGB Variations
Color information
#0920DF (or 0x0920DF) is known color: Medium Blue. HEX triplet: 09, 20 and DF. RGB value is (9,32,223). Sum of RGB (Red+Green+Blue) = 9+32+223=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 223 (87.5% from 255 or 84.47% from 264); Max value from RGB is 223 - color contains mainly: blue. Hex color #0920DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0920DF is #F6DF20. Grayscale: #2E2E2E. Windows color (decimal): -16178977 or 14622729. OLE color: 14622729.
HSL color Cylindrical-coordinate representation of color #0920DF: hue angle of 233.55º 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 #0920DF is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 32 | 223 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.13 |
| HSL | 233.55º | 0.92% | 0.45% | - |
| HSV(B) | 233.55º | 0.96% | 0.87% | - |
| XYZ | 13.95 | 6.42 | 70.32 | - |
| YUV | 46.9 | 227.38 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 32 | 223 | 0.96 | 0.86 | 0 | 0.13 | 233.55 | 0.92 | 0.45 |
| Hex | 9 | 20 | DF | 60 | 56 | 0 | D | EA | 5C | 2D |
| Octal | 11 | 40 | 337 | 140 | 126 | 0 | 15 | 352 | 134 | 55 |
| Binary | 1001 | 100000 | 11011111 | 1100000 | 1010110 | 0 | 1101 | 11101010 | 1011100 | 101101 |
Color Harmonies of #0920DF
Complementary color
Monochromatic Colors of #0920DF
Black with #0920DF
Text Example
Text Example
White with #0920DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0920DF; }
p { color: rgb(9,32,223); }
H1.HeaderClassName
{
color: #0920DF;
}
.AnyTagClassName
{
color: #0920DF;
}
</style>
background-color css
<style>
a { background-color: #0920DF; }
a { background-color: rgb(9,32,223); }
div.DivClassName
{
background-color: #0920DF;
}
.BgClassName
{
background-color: #0920DF;
}
</style>
border-color css
<style>
span { border-color: #0920DF; }
span { border-color: rgb(9,32,223); }
td.TdClassName
{
border-color: #0920DF;
}
.TagClassName
{
border-color: #0920DF;
}
</style>