Shades of Medium Blue #1804DF
Tints of Medium Blue #1804DF
RGB
CMYK
RGB Variations
Color information
#1804DF (or 0x1804DF) is known color: Medium Blue. HEX triplet: 18, 04 and DF. RGB value is (24,4,223). Sum of RGB (Red+Green+Blue) = 24+4+223=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 223 (87.5% from 255 or 88.84% from 251); Max value from RGB is 223 - color contains mainly: blue. Hex color #1804DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1804DF is #E7FB20. Grayscale: #222222. Windows color (decimal): -15203105 or 14615576. OLE color: 14615576.
HSL color Cylindrical-coordinate representation of color #1804DF: hue angle of 245.48º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1804DF is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 4 | 223 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.13 |
| HSL | 245.48º | 0.96% | 0.45% | - |
| HSV(B) | 245.48º | 0.98% | 0.87% | - |
| XYZ | 13.74 | 5.61 | 70.17 | - |
| YUV | 34.95 | 234.13 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 4 | 223 | 0.89 | 0.98 | 0 | 0.13 | 245.48 | 0.96 | 0.45 |
| Hex | 18 | 4 | DF | 59 | 62 | 0 | D | F5 | 60 | 2D |
| Octal | 30 | 4 | 337 | 131 | 142 | 0 | 15 | 365 | 140 | 55 |
| Binary | 11000 | 100 | 11011111 | 1011001 | 1100010 | 0 | 1101 | 11110101 | 1100000 | 101101 |
Color Harmonies of #1804DF
Complementary color
Monochromatic Colors of #1804DF
Black with #1804DF
Text Example
Text Example
White with #1804DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1804DF; }
p { color: rgb(24,4,223); }
H1.HeaderClassName
{
color: #1804DF;
}
.AnyTagClassName
{
color: #1804DF;
}
</style>
background-color css
<style>
a { background-color: #1804DF; }
a { background-color: rgb(24,4,223); }
div.DivClassName
{
background-color: #1804DF;
}
.BgClassName
{
background-color: #1804DF;
}
</style>
border-color css
<style>
span { border-color: #1804DF; }
span { border-color: rgb(24,4,223); }
td.TdClassName
{
border-color: #1804DF;
}
.TagClassName
{
border-color: #1804DF;
}
</style>