Shades of Medium Blue #1804CF
Tints of Medium Blue #1804CF
RGB
CMYK
RGB Variations
Color information
#1804CF (or 0x1804CF) is known color: Medium Blue. HEX triplet: 18, 04 and CF. RGB value is (24,4,207). Sum of RGB (Red+Green+Blue) = 24+4+207=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 207 (81.25% from 255 or 88.09% from 235); Max value from RGB is 207 - color contains mainly: blue. Hex color #1804CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1804CF is #E7FB30. Grayscale: #202020. Windows color (decimal): -15203121 or 13567000. OLE color: 13567000.
HSL color Cylindrical-coordinate representation of color #1804CF: hue angle of 245.91º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1804CF is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 4 | 207 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.19 |
| HSL | 245.91º | 0.96% | 0.41% | - |
| HSV(B) | 245.91º | 0.98% | 0.81% | - |
| XYZ | 11.68 | 4.79 | 59.34 | - |
| YUV | 33.12 | 226.13 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 4 | 207 | 0.88 | 0.98 | 0 | 0.19 | 245.91 | 0.96 | 0.41 |
| Hex | 18 | 4 | CF | 58 | 62 | 0 | 13 | F6 | 60 | 29 |
| Octal | 30 | 4 | 317 | 130 | 142 | 0 | 23 | 366 | 140 | 51 |
| Binary | 11000 | 100 | 11001111 | 1011000 | 1100010 | 0 | 10011 | 11110110 | 1100000 | 101001 |
Color Harmonies of #1804CF
Complementary color
Monochromatic Colors of #1804CF
Black with #1804CF
Text Example
Text Example
White with #1804CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1804CF; }
p { color: rgb(24,4,207); }
H1.HeaderClassName
{
color: #1804CF;
}
.AnyTagClassName
{
color: #1804CF;
}
</style>
background-color css
<style>
a { background-color: #1804CF; }
a { background-color: rgb(24,4,207); }
div.DivClassName
{
background-color: #1804CF;
}
.BgClassName
{
background-color: #1804CF;
}
</style>
border-color css
<style>
span { border-color: #1804CF; }
span { border-color: rgb(24,4,207); }
td.TdClassName
{
border-color: #1804CF;
}
.TagClassName
{
border-color: #1804CF;
}
</style>