Shades of Medium Blue #1004DA
Tints of Medium Blue #1004DA
RGB
CMYK
RGB Variations
Color information
#1004DA (or 0x1004DA) is known color: Medium Blue. HEX triplet: 10, 04 and DA. RGB value is (16,4,218). Sum of RGB (Red+Green+Blue) = 16+4+218=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 218 (85.55% from 255 or 91.60% from 238); Max value from RGB is 218 - color contains mainly: blue. Hex color #1004DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1004DA is #EFFB25. Grayscale: #1F1F1F. Windows color (decimal): -15727398 or 14287888. OLE color: 14287888.
HSL color Cylindrical-coordinate representation of color #1004DA: hue angle of 243.36º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1004DA is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 4 | 218 | - |
| CMYK | 0.93 | 0.98 | 0 | 0.15 |
| HSL | 243.36º | 0.96% | 0.44% | - |
| HSV(B) | 243.36º | 0.98% | 0.85% | - |
| XYZ | 12.91 | 5.26 | 66.66 | - |
| YUV | 31.98 | 232.98 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 4 | 218 | 0.93 | 0.98 | 0 | 0.15 | 243.36 | 0.96 | 0.44 |
| Hex | 10 | 4 | DA | 5D | 62 | 0 | F | F3 | 60 | 2C |
| Octal | 20 | 4 | 332 | 135 | 142 | 0 | 17 | 363 | 140 | 54 |
| Binary | 10000 | 100 | 11011010 | 1011101 | 1100010 | 0 | 1111 | 11110011 | 1100000 | 101100 |
Color Harmonies of #1004DA
Complementary color
Monochromatic Colors of #1004DA
Black with #1004DA
Text Example
Text Example
White with #1004DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1004DA; }
p { color: rgb(16,4,218); }
H1.HeaderClassName
{
color: #1004DA;
}
.AnyTagClassName
{
color: #1004DA;
}
</style>
background-color css
<style>
a { background-color: #1004DA; }
a { background-color: rgb(16,4,218); }
div.DivClassName
{
background-color: #1004DA;
}
.BgClassName
{
background-color: #1004DA;
}
</style>
border-color css
<style>
span { border-color: #1004DA; }
span { border-color: rgb(16,4,218); }
td.TdClassName
{
border-color: #1004DA;
}
.TagClassName
{
border-color: #1004DA;
}
</style>