Shades of Medium Blue #1803BF
Tints of Medium Blue #1803BF
RGB
CMYK
RGB Variations
Color information
#1803BF (or 0x1803BF) is known color: Medium Blue. HEX triplet: 18, 03 and BF. RGB value is (24,3,191). Sum of RGB (Red+Green+Blue) = 24+3+191=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 191 (75% from 255 or 87.61% from 218); Max value from RGB is 191 - color contains mainly: blue. Hex color #1803BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1803BF is #E7FC40. Grayscale: #1D1D1D. Windows color (decimal): -15203393 or 12518168. OLE color: 12518168.
HSL color Cylindrical-coordinate representation of color #1803BF: hue angle of 246.7º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1803BF is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 3 | 191 | - |
| CMYK | 0.87 | 0.98 | 0 | 0.25 |
| HSL | 246.7º | 0.97% | 0.38% | - |
| HSV(B) | 246.7º | 0.98% | 0.75% | - |
| XYZ | 9.81 | 4.02 | 49.55 | - |
| YUV | 30.71 | 218.46 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 3 | 191 | 0.87 | 0.98 | 0 | 0.25 | 246.7 | 0.97 | 0.38 |
| Hex | 18 | 3 | BF | 57 | 62 | 0 | 19 | F7 | 61 | 26 |
| Octal | 30 | 3 | 277 | 127 | 142 | 0 | 31 | 367 | 141 | 46 |
| Binary | 11000 | 11 | 10111111 | 1010111 | 1100010 | 0 | 11001 | 11110111 | 1100001 | 100110 |
Color Harmonies of #1803BF
Complementary color
Monochromatic Colors of #1803BF
Black with #1803BF
Text Example
Text Example
White with #1803BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1803BF; }
p { color: rgb(24,3,191); }
H1.HeaderClassName
{
color: #1803BF;
}
.AnyTagClassName
{
color: #1803BF;
}
</style>
background-color css
<style>
a { background-color: #1803BF; }
a { background-color: rgb(24,3,191); }
div.DivClassName
{
background-color: #1803BF;
}
.BgClassName
{
background-color: #1803BF;
}
</style>
border-color css
<style>
span { border-color: #1803BF; }
span { border-color: rgb(24,3,191); }
td.TdClassName
{
border-color: #1803BF;
}
.TagClassName
{
border-color: #1803BF;
}
</style>