Shades of Medium Blue #0F22DD
Tints of Medium Blue #0F22DD
RGB
CMYK
RGB Variations
Color information
#0F22DD (or 0x0F22DD) is known color: Medium Blue. HEX triplet: 0F, 22 and DD. RGB value is (15,34,221). Sum of RGB (Red+Green+Blue) = 15+34+221=270 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.56% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 221 (86.72% from 255 or 81.85% from 270); Max value from RGB is 221 - color contains mainly: blue. Hex color #0F22DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F22DD is #F0DD22. Grayscale: #303030. Windows color (decimal): -15785251 or 14492175. OLE color: 14492175.
HSL color Cylindrical-coordinate representation of color #0F22DD: hue angle of 234.47º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F22DD is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 34 | 221 | - |
| CMYK | 0.93 | 0.85 | 0 | 0.13 |
| HSL | 234.47º | 0.87% | 0.46% | - |
| HSV(B) | 234.47º | 0.93% | 0.87% | - |
| XYZ | 13.82 | 6.47 | 68.93 | - |
| YUV | 49.64 | 224.71 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 34 | 221 | 0.93 | 0.85 | 0 | 0.13 | 234.47 | 0.87 | 0.46 |
| Hex | F | 22 | DD | 5D | 55 | 0 | D | EA | 57 | 2E |
| Octal | 17 | 42 | 335 | 135 | 125 | 0 | 15 | 352 | 127 | 56 |
| Binary | 1111 | 100010 | 11011101 | 1011101 | 1010101 | 0 | 1101 | 11101010 | 1010111 | 101110 |
Color Harmonies of #0F22DD
Complementary color
Monochromatic Colors of #0F22DD
Black with #0F22DD
Text Example
Text Example
White with #0F22DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F22DD; }
p { color: rgb(15,34,221); }
H1.HeaderClassName
{
color: #0F22DD;
}
.AnyTagClassName
{
color: #0F22DD;
}
</style>
background-color css
<style>
a { background-color: #0F22DD; }
a { background-color: rgb(15,34,221); }
div.DivClassName
{
background-color: #0F22DD;
}
.BgClassName
{
background-color: #0F22DD;
}
</style>
border-color css
<style>
span { border-color: #0F22DD; }
span { border-color: rgb(15,34,221); }
td.TdClassName
{
border-color: #0F22DD;
}
.TagClassName
{
border-color: #0F22DD;
}
</style>