Shades of Medium Blue #0F0ADC
Tints of Medium Blue #0F0ADC
RGB
CMYK
RGB Variations
Color information
#0F0ADC (or 0x0F0ADC) is known color: Medium Blue. HEX triplet: 0F, 0A and DC. RGB value is (15,10,220). Sum of RGB (Red+Green+Blue) = 15+10+220=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 220 (86.33% from 255 or 89.80% from 245); Max value from RGB is 220 - color contains mainly: blue. Hex color #0F0ADC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F0ADC is #F0F523. Grayscale: #222222. Windows color (decimal): -15791396 or 14420495. OLE color: 14420495.
HSL color Cylindrical-coordinate representation of color #0F0ADC: hue angle of 241.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F0ADC is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 10 | 220 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.14 |
| HSL | 241.43º | 0.91% | 0.45% | - |
| HSV(B) | 241.43º | 0.95% | 0.86% | - |
| XYZ | 13.22 | 5.49 | 68.07 | - |
| YUV | 35.44 | 232.16 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 10 | 220 | 0.93 | 0.95 | 0 | 0.14 | 241.43 | 0.91 | 0.45 |
| Hex | F | A | DC | 5D | 5F | 0 | E | F1 | 5B | 2D |
| Octal | 17 | 12 | 334 | 135 | 137 | 0 | 16 | 361 | 133 | 55 |
| Binary | 1111 | 1010 | 11011100 | 1011101 | 1011111 | 0 | 1110 | 11110001 | 1011011 | 101101 |
Color Harmonies of #0F0ADC
Complementary color
Monochromatic Colors of #0F0ADC
Black with #0F0ADC
Text Example
Text Example
White with #0F0ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0ADC; }
p { color: rgb(15,10,220); }
H1.HeaderClassName
{
color: #0F0ADC;
}
.AnyTagClassName
{
color: #0F0ADC;
}
</style>
background-color css
<style>
a { background-color: #0F0ADC; }
a { background-color: rgb(15,10,220); }
div.DivClassName
{
background-color: #0F0ADC;
}
.BgClassName
{
background-color: #0F0ADC;
}
</style>
border-color css
<style>
span { border-color: #0F0ADC; }
span { border-color: rgb(15,10,220); }
td.TdClassName
{
border-color: #0F0ADC;
}
.TagClassName
{
border-color: #0F0ADC;
}
</style>