Shades of Medium Blue #0923DF
Tints of Medium Blue #0923DF
RGB
CMYK
RGB Variations
Color information
#0923DF (or 0x0923DF) is known color: Medium Blue. HEX triplet: 09, 23 and DF. RGB value is (9,35,223). Sum of RGB (Red+Green+Blue) = 9+35+223=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 223 (87.5% from 255 or 83.52% from 267); Max value from RGB is 223 - color contains mainly: blue. Hex color #0923DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0923DF is #F6DC20. Grayscale: #2F2F2F. Windows color (decimal): -16178209 or 14623497. OLE color: 14623497.
HSL color Cylindrical-coordinate representation of color #0923DF: hue angle of 232.71º 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 #0923DF is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 35 | 223 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.13 |
| HSL | 232.71º | 0.92% | 0.45% | - |
| HSV(B) | 232.71º | 0.96% | 0.87% | - |
| XYZ | 14.03 | 6.59 | 70.34 | - |
| YUV | 48.66 | 226.39 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 35 | 223 | 0.96 | 0.84 | 0 | 0.13 | 232.71 | 0.92 | 0.45 |
| Hex | 9 | 23 | DF | 60 | 54 | 0 | D | E9 | 5C | 2D |
| Octal | 11 | 43 | 337 | 140 | 124 | 0 | 15 | 351 | 134 | 55 |
| Binary | 1001 | 100011 | 11011111 | 1100000 | 1010100 | 0 | 1101 | 11101001 | 1011100 | 101101 |
Color Harmonies of #0923DF
Complementary color
Monochromatic Colors of #0923DF
Black with #0923DF
Text Example
Text Example
White with #0923DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0923DF; }
p { color: rgb(9,35,223); }
H1.HeaderClassName
{
color: #0923DF;
}
.AnyTagClassName
{
color: #0923DF;
}
</style>
background-color css
<style>
a { background-color: #0923DF; }
a { background-color: rgb(9,35,223); }
div.DivClassName
{
background-color: #0923DF;
}
.BgClassName
{
background-color: #0923DF;
}
</style>
border-color css
<style>
span { border-color: #0923DF; }
span { border-color: rgb(9,35,223); }
td.TdClassName
{
border-color: #0923DF;
}
.TagClassName
{
border-color: #0923DF;
}
</style>