Shades of Blue #1803E6
Tints of Blue #1803E6
RGB
CMYK
RGB Variations
Color information
#1803E6 (or 0x1803E6) is known color: Blue. HEX triplet: 18, 03 and E6. RGB value is (24,3,230). Sum of RGB (Red+Green+Blue) = 24+3+230=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 230 (90.23% from 255 or 89.49% from 257); Max value from RGB is 230 - color contains mainly: blue. Hex color #1803E6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1803E6 is #E7FC19. Grayscale: #222222. Windows color (decimal): -15203354 or 15074072. OLE color: 15074072.
HSL color Cylindrical-coordinate representation of color #1803E6: hue angle of 245.55º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1803E6 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 24 | 3 | 230 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.10 |
| HSL | 245.55º | 0.97% | 0.46% | - |
| HSV(B) | 245.55º | 0.99% | 0.9% | - |
| XYZ | 14.69 | 5.97 | 75.24 | - |
| YUV | 35.16 | 237.96 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 3 | 230 | 0.90 | 0.99 | 0 | 0.10 | 245.55 | 0.97 | 0.46 |
| Hex | 18 | 3 | E6 | 5A | 63 | 0 | A | F6 | 61 | 2E |
| Octal | 30 | 3 | 346 | 132 | 143 | 0 | 12 | 366 | 141 | 56 |
| Binary | 11000 | 11 | 11100110 | 1011010 | 1100011 | 0 | 1010 | 11110110 | 1100001 | 101110 |
Color Harmonies of #1803E6
Complementary color
Monochromatic Colors of #1803E6
Black with #1803E6
Text Example
Text Example
White with #1803E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1803E6; }
p { color: rgb(24,3,230); }
H1.HeaderClassName
{
color: #1803E6;
}
.AnyTagClassName
{
color: #1803E6;
}
</style>
background-color css
<style>
a { background-color: #1803E6; }
a { background-color: rgb(24,3,230); }
div.DivClassName
{
background-color: #1803E6;
}
.BgClassName
{
background-color: #1803E6;
}
</style>
border-color css
<style>
span { border-color: #1803E6; }
span { border-color: rgb(24,3,230); }
td.TdClassName
{
border-color: #1803E6;
}
.TagClassName
{
border-color: #1803E6;
}
</style>