Shades of Medium Blue #0924DA
Tints of Medium Blue #0924DA
RGB
CMYK
RGB Variations
Color information
#0924DA (or 0x0924DA) is known color: Medium Blue. HEX triplet: 09, 24 and DA. RGB value is (9,36,218). Sum of RGB (Red+Green+Blue) = 9+36+218=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 218 (85.55% from 255 or 82.89% from 263); Max value from RGB is 218 - color contains mainly: blue. Hex color #0924DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0924DA is #F6DB25. Grayscale: #2F2F2F. Windows color (decimal): -16177958 or 14296073. OLE color: 14296073.
HSL color Cylindrical-coordinate representation of color #0924DA: hue angle of 232.25º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0924DA is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 36 | 218 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.15 |
| HSL | 232.25º | 0.92% | 0.45% | - |
| HSV(B) | 232.25º | 0.96% | 0.85% | - |
| XYZ | 13.4 | 6.38 | 66.86 | - |
| YUV | 48.68 | 223.55 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 36 | 218 | 0.96 | 0.83 | 0 | 0.15 | 232.25 | 0.92 | 0.45 |
| Hex | 9 | 24 | DA | 60 | 53 | 0 | F | E8 | 5C | 2D |
| Octal | 11 | 44 | 332 | 140 | 123 | 0 | 17 | 350 | 134 | 55 |
| Binary | 1001 | 100100 | 11011010 | 1100000 | 1010011 | 0 | 1111 | 11101000 | 1011100 | 101101 |
Color Harmonies of #0924DA
Complementary color
Monochromatic Colors of #0924DA
Black with #0924DA
Text Example
Text Example
White with #0924DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0924DA; }
p { color: rgb(9,36,218); }
H1.HeaderClassName
{
color: #0924DA;
}
.AnyTagClassName
{
color: #0924DA;
}
</style>
background-color css
<style>
a { background-color: #0924DA; }
a { background-color: rgb(9,36,218); }
div.DivClassName
{
background-color: #0924DA;
}
.BgClassName
{
background-color: #0924DA;
}
</style>
border-color css
<style>
span { border-color: #0924DA; }
span { border-color: rgb(9,36,218); }
td.TdClassName
{
border-color: #0924DA;
}
.TagClassName
{
border-color: #0924DA;
}
</style>