Shades of Blue #1809FA
Tints of Blue #1809FA
RGB
CMYK
RGB Variations
Color information
#1809FA (or 0x1809FA) is known color: Blue. HEX triplet: 18, 09 and FA. RGB value is (24,9,250). Sum of RGB (Red+Green+Blue) = 24+9+250=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 250 (98.05% from 255 or 88.34% from 283); Max value from RGB is 250 - color contains mainly: blue. Hex color #1809FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1809FA is #E7F605. Grayscale: #282828. Windows color (decimal): -15201798 or 16386328. OLE color: 16386328.
HSL color Cylindrical-coordinate representation of color #1809FA: hue angle of 243.73º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1809FA is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 9 | 250 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.02 |
| HSL | 243.73º | 0.96% | 0.51% | - |
| HSV(B) | 243.73º | 0.96% | 0.98% | - |
| XYZ | 17.73 | 7.29 | 90.92 | - |
| YUV | 40.96 | 245.97 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 9 | 250 | 0.90 | 0.96 | 0 | 0.02 | 243.73 | 0.96 | 0.51 |
| Hex | 18 | 9 | FA | 5A | 60 | 0 | 2 | F4 | 60 | 33 |
| Octal | 30 | 11 | 372 | 132 | 140 | 0 | 2 | 364 | 140 | 63 |
| Binary | 11000 | 1001 | 11111010 | 1011010 | 1100000 | 0 | 10 | 11110100 | 1100000 | 110011 |
Color Harmonies of #1809FA
Complementary color
Monochromatic Colors of #1809FA
Black with #1809FA
Text Example
Text Example
White with #1809FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1809FA; }
p { color: rgb(24,9,250); }
H1.HeaderClassName
{
color: #1809FA;
}
.AnyTagClassName
{
color: #1809FA;
}
</style>
background-color css
<style>
a { background-color: #1809FA; }
a { background-color: rgb(24,9,250); }
div.DivClassName
{
background-color: #1809FA;
}
.BgClassName
{
background-color: #1809FA;
}
</style>
border-color css
<style>
span { border-color: #1809FA; }
span { border-color: rgb(24,9,250); }
td.TdClassName
{
border-color: #1809FA;
}
.TagClassName
{
border-color: #1809FA;
}
</style>