Shades of Medium Blue #1803DF
Tints of Medium Blue #1803DF
RGB
CMYK
RGB Variations
Color information
#1803DF (or 0x1803DF) is known color: Medium Blue. HEX triplet: 18, 03 and DF. RGB value is (24,3,223). Sum of RGB (Red+Green+Blue) = 24+3+223=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 223 (87.5% from 255 or 89.2% from 250); Max value from RGB is 223 - color contains mainly: blue. Hex color #1803DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1803DF is #E7FC20. Grayscale: #212121. Windows color (decimal): -15203361 or 14615320. OLE color: 14615320.
HSL color Cylindrical-coordinate representation of color #1803DF: hue angle of 245.73º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1803DF is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 3 | 223 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.13 |
| HSL | 245.73º | 0.97% | 0.44% | - |
| HSV(B) | 245.73º | 0.99% | 0.87% | - |
| XYZ | 13.73 | 5.59 | 70.17 | - |
| YUV | 34.36 | 234.46 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 3 | 223 | 0.89 | 0.99 | 0 | 0.13 | 245.73 | 0.97 | 0.44 |
| Hex | 18 | 3 | DF | 59 | 63 | 0 | D | F6 | 61 | 2C |
| Octal | 30 | 3 | 337 | 131 | 143 | 0 | 15 | 366 | 141 | 54 |
| Binary | 11000 | 11 | 11011111 | 1011001 | 1100011 | 0 | 1101 | 11110110 | 1100001 | 101100 |
Color Harmonies of #1803DF
Complementary color
Monochromatic Colors of #1803DF
Black with #1803DF
Text Example
Text Example
White with #1803DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1803DF; }
p { color: rgb(24,3,223); }
H1.HeaderClassName
{
color: #1803DF;
}
.AnyTagClassName
{
color: #1803DF;
}
</style>
background-color css
<style>
a { background-color: #1803DF; }
a { background-color: rgb(24,3,223); }
div.DivClassName
{
background-color: #1803DF;
}
.BgClassName
{
background-color: #1803DF;
}
</style>
border-color css
<style>
span { border-color: #1803DF; }
span { border-color: rgb(24,3,223); }
td.TdClassName
{
border-color: #1803DF;
}
.TagClassName
{
border-color: #1803DF;
}
</style>