Shades of Medium Blue #0918DD
Tints of Medium Blue #0918DD
RGB
CMYK
RGB Variations
Color information
#0918DD (or 0x0918DD) is known color: Medium Blue. HEX triplet: 09, 18 and DD. RGB value is (9,24,221). Sum of RGB (Red+Green+Blue) = 9+24+221=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 221 (86.72% from 255 or 87.01% from 254); Max value from RGB is 221 - color contains mainly: blue. Hex color #0918DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0918DD is #F6E722. Grayscale: #292929. Windows color (decimal): -16181027 or 14489609. OLE color: 14489609.
HSL color Cylindrical-coordinate representation of color #0918DD: hue angle of 235.75º 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 #0918DD is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 24 | 221 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.13 |
| HSL | 235.75º | 0.92% | 0.45% | - |
| HSV(B) | 235.75º | 0.96% | 0.87% | - |
| XYZ | 13.49 | 5.93 | 68.84 | - |
| YUV | 41.97 | 229.03 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 24 | 221 | 0.96 | 0.89 | 0 | 0.13 | 235.75 | 0.92 | 0.45 |
| Hex | 9 | 18 | DD | 60 | 59 | 0 | D | EC | 5C | 2D |
| Octal | 11 | 30 | 335 | 140 | 131 | 0 | 15 | 354 | 134 | 55 |
| Binary | 1001 | 11000 | 11011101 | 1100000 | 1011001 | 0 | 1101 | 11101100 | 1011100 | 101101 |
Color Harmonies of #0918DD
Complementary color
Monochromatic Colors of #0918DD
Black with #0918DD
Text Example
Text Example
White with #0918DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0918DD; }
p { color: rgb(9,24,221); }
H1.HeaderClassName
{
color: #0918DD;
}
.AnyTagClassName
{
color: #0918DD;
}
</style>
background-color css
<style>
a { background-color: #0918DD; }
a { background-color: rgb(9,24,221); }
div.DivClassName
{
background-color: #0918DD;
}
.BgClassName
{
background-color: #0918DD;
}
</style>
border-color css
<style>
span { border-color: #0918DD; }
span { border-color: rgb(9,24,221); }
td.TdClassName
{
border-color: #0918DD;
}
.TagClassName
{
border-color: #0918DD;
}
</style>