Shades of Medium Blue #0102DD
Tints of Medium Blue #0102DD
RGB
CMYK
RGB Variations
Color information
#0102DD (or 0x0102DD) is known color: Medium Blue. HEX triplet: 01, 02 and DD. RGB value is (1,2,221). Sum of RGB (Red+Green+Blue) = 1+2+221=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 221 (86.72% from 255 or 98.66% from 224); Max value from RGB is 221 - color contains mainly: blue. Hex color #0102DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0102DD is #FEFD22. Grayscale: #191919. Windows color (decimal): -16710947 or 14483969. OLE color: 14483969.
HSL color Cylindrical-coordinate representation of color #0102DD: hue angle of 239.73º 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 #0102DD is Cyan = 1.00, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 2 | 221 | - |
| CMYK | 1.00 | 0.99 | 0 | 0.13 |
| HSL | 239.73º | 0.99% | 0.44% | - |
| HSV(B) | 239.73º | 1% | 0.87% | - |
| XYZ | 13.09 | 5.27 | 68.73 | - |
| YUV | 26.67 | 237.67 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 2 | 221 | 1.00 | 0.99 | 0 | 0.13 | 239.73 | 0.99 | 0.44 |
| Hex | 1 | 2 | DD | 64 | 63 | 0 | D | F0 | 63 | 2C |
| Octal | 1 | 2 | 335 | 144 | 143 | 0 | 15 | 360 | 143 | 54 |
| Binary | 1 | 10 | 11011101 | 1100100 | 1100011 | 0 | 1101 | 11110000 | 1100011 | 101100 |
Color Harmonies of #0102DD
Complementary color
Monochromatic Colors of #0102DD
Black with #0102DD
Text Example
Text Example
White with #0102DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0102DD; }
p { color: rgb(1,2,221); }
H1.HeaderClassName
{
color: #0102DD;
}
.AnyTagClassName
{
color: #0102DD;
}
</style>
background-color css
<style>
a { background-color: #0102DD; }
a { background-color: rgb(1,2,221); }
div.DivClassName
{
background-color: #0102DD;
}
.BgClassName
{
background-color: #0102DD;
}
</style>
border-color css
<style>
span { border-color: #0102DD; }
span { border-color: rgb(1,2,221); }
td.TdClassName
{
border-color: #0102DD;
}
.TagClassName
{
border-color: #0102DD;
}
</style>