Shades of Medium Blue #0926DF
Tints of Medium Blue #0926DF
RGB
CMYK
RGB Variations
Color information
#0926DF (or 0x0926DF) is known color: Medium Blue. HEX triplet: 09, 26 and DF. RGB value is (9,38,223). Sum of RGB (Red+Green+Blue) = 9+38+223=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 223 (87.5% from 255 or 82.59% from 270); Max value from RGB is 223 - color contains mainly: blue. Hex color #0926DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0926DF is #F6D920. Grayscale: #313131. Windows color (decimal): -16177441 or 14624265. OLE color: 14624265.
HSL color Cylindrical-coordinate representation of color #0926DF: hue angle of 231.87º 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 #0926DF is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 38 | 223 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.13 |
| HSL | 231.87º | 0.92% | 0.45% | - |
| HSV(B) | 231.87º | 0.96% | 0.87% | - |
| XYZ | 14.13 | 6.77 | 70.37 | - |
| YUV | 50.42 | 225.39 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 38 | 223 | 0.96 | 0.83 | 0 | 0.13 | 231.87 | 0.92 | 0.45 |
| Hex | 9 | 26 | DF | 60 | 53 | 0 | D | E8 | 5C | 2D |
| Octal | 11 | 46 | 337 | 140 | 123 | 0 | 15 | 350 | 134 | 55 |
| Binary | 1001 | 100110 | 11011111 | 1100000 | 1010011 | 0 | 1101 | 11101000 | 1011100 | 101101 |
Color Harmonies of #0926DF
Complementary color
Monochromatic Colors of #0926DF
Black with #0926DF
Text Example
Text Example
White with #0926DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0926DF; }
p { color: rgb(9,38,223); }
H1.HeaderClassName
{
color: #0926DF;
}
.AnyTagClassName
{
color: #0926DF;
}
</style>
background-color css
<style>
a { background-color: #0926DF; }
a { background-color: rgb(9,38,223); }
div.DivClassName
{
background-color: #0926DF;
}
.BgClassName
{
background-color: #0926DF;
}
</style>
border-color css
<style>
span { border-color: #0926DF; }
span { border-color: rgb(9,38,223); }
td.TdClassName
{
border-color: #0926DF;
}
.TagClassName
{
border-color: #0926DF;
}
</style>