Shades of Medium Blue #010CDD
Tints of Medium Blue #010CDD
RGB
CMYK
RGB Variations
Color information
#010CDD (or 0x010CDD) is known color: Medium Blue. HEX triplet: 01, 0C and DD. RGB value is (1,12,221). Sum of RGB (Red+Green+Blue) = 1+12+221=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 221 (86.72% from 255 or 94.44% from 234); Max value from RGB is 221 - color contains mainly: blue. Hex color #010CDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010CDD is #FEF322. Grayscale: #1F1F1F. Windows color (decimal): -16708387 or 14486529. OLE color: 14486529.
HSL color Cylindrical-coordinate representation of color #010CDD: hue angle of 237º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010CDD is Cyan = 1.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 12 | 221 | - |
| CMYK | 1.00 | 0.95 | 0 | 0.13 |
| HSL | 237º | 0.99% | 0.44% | - |
| HSV(B) | 237º | 1% | 0.87% | - |
| XYZ | 13.2 | 5.49 | 68.77 | - |
| YUV | 32.54 | 234.36 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 221 | 1.00 | 0.95 | 0 | 0.13 | 237 | 0.99 | 0.44 |
| Hex | 1 | C | DD | 64 | 5F | 0 | D | ED | 63 | 2C |
| Octal | 1 | 14 | 335 | 144 | 137 | 0 | 15 | 355 | 143 | 54 |
| Binary | 1 | 1100 | 11011101 | 1100100 | 1011111 | 0 | 1101 | 11101101 | 1100011 | 101100 |
Color Harmonies of #010CDD
Complementary color
Monochromatic Colors of #010CDD
Black with #010CDD
Text Example
Text Example
White with #010CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010CDD; }
p { color: rgb(1,12,221); }
H1.HeaderClassName
{
color: #010CDD;
}
.AnyTagClassName
{
color: #010CDD;
}
</style>
background-color css
<style>
a { background-color: #010CDD; }
a { background-color: rgb(1,12,221); }
div.DivClassName
{
background-color: #010CDD;
}
.BgClassName
{
background-color: #010CDD;
}
</style>
border-color css
<style>
span { border-color: #010CDD; }
span { border-color: rgb(1,12,221); }
td.TdClassName
{
border-color: #010CDD;
}
.TagClassName
{
border-color: #010CDD;
}
</style>