Shades of Blue #1803FA
Tints of Blue #1803FA
RGB
CMYK
RGB Variations
Color information
#1803FA (or 0x1803FA) is known color: Blue. HEX triplet: 18, 03 and FA. RGB value is (24,3,250). Sum of RGB (Red+Green+Blue) = 24+3+250=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 250 (98.05% from 255 or 90.25% from 277); Max value from RGB is 250 - color contains mainly: blue. Hex color #1803FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1803FA is #E7FC05. Grayscale: #242424. Windows color (decimal): -15203334 or 16384792. OLE color: 16384792.
HSL color Cylindrical-coordinate representation of color #1803FA: hue angle of 245.1º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1803FA is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 3 | 250 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.02 |
| HSL | 245.1º | 0.98% | 0.5% | - |
| HSV(B) | 245.1º | 0.99% | 0.98% | - |
| XYZ | 17.66 | 7.16 | 90.89 | - |
| YUV | 37.44 | 247.96 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 3 | 250 | 0.90 | 0.99 | 0 | 0.02 | 245.1 | 0.98 | 0.5 |
| Hex | 18 | 3 | FA | 5A | 63 | 0 | 2 | F5 | 62 | 32 |
| Octal | 30 | 3 | 372 | 132 | 143 | 0 | 2 | 365 | 142 | 62 |
| Binary | 11000 | 11 | 11111010 | 1011010 | 1100011 | 0 | 10 | 11110101 | 1100010 | 110010 |
Color Harmonies of #1803FA
Complementary color
Monochromatic Colors of #1803FA
Black with #1803FA
Text Example
Text Example
White with #1803FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1803FA; }
p { color: rgb(24,3,250); }
H1.HeaderClassName
{
color: #1803FA;
}
.AnyTagClassName
{
color: #1803FA;
}
</style>
background-color css
<style>
a { background-color: #1803FA; }
a { background-color: rgb(24,3,250); }
div.DivClassName
{
background-color: #1803FA;
}
.BgClassName
{
background-color: #1803FA;
}
</style>
border-color css
<style>
span { border-color: #1803FA; }
span { border-color: rgb(24,3,250); }
td.TdClassName
{
border-color: #1803FA;
}
.TagClassName
{
border-color: #1803FA;
}
</style>