Shades of Blue #1806F9
Tints of Blue #1806F9
RGB
CMYK
RGB Variations
Color information
#1806F9 (or 0x1806F9) is known color: Blue. HEX triplet: 18, 06 and F9. RGB value is (24,6,249). Sum of RGB (Red+Green+Blue) = 24+6+249=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 249 (97.66% from 255 or 89.25% from 279); Max value from RGB is 249 - color contains mainly: blue. Hex color #1806F9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1806F9 is #E7F906. Grayscale: #262626. Windows color (decimal): -15202567 or 16320024. OLE color: 16320024.
HSL color Cylindrical-coordinate representation of color #1806F9: hue angle of 244.44º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1806F9 is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 6 | 249 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.02 |
| HSL | 244.44º | 0.95% | 0.5% | - |
| HSV(B) | 244.44º | 0.98% | 0.98% | - |
| XYZ | 17.54 | 7.16 | 90.08 | - |
| YUV | 39.08 | 246.46 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 6 | 249 | 0.90 | 0.98 | 0 | 0.02 | 244.44 | 0.95 | 0.5 |
| Hex | 18 | 6 | F9 | 5A | 62 | 0 | 2 | F4 | 5F | 32 |
| Octal | 30 | 6 | 371 | 132 | 142 | 0 | 2 | 364 | 137 | 62 |
| Binary | 11000 | 110 | 11111001 | 1011010 | 1100010 | 0 | 10 | 11110100 | 1011111 | 110010 |
Color Harmonies of #1806F9
Complementary color
Monochromatic Colors of #1806F9
Black with #1806F9
Text Example
Text Example
White with #1806F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1806F9; }
p { color: rgb(24,6,249); }
H1.HeaderClassName
{
color: #1806F9;
}
.AnyTagClassName
{
color: #1806F9;
}
</style>
background-color css
<style>
a { background-color: #1806F9; }
a { background-color: rgb(24,6,249); }
div.DivClassName
{
background-color: #1806F9;
}
.BgClassName
{
background-color: #1806F9;
}
</style>
border-color css
<style>
span { border-color: #1806F9; }
span { border-color: rgb(24,6,249); }
td.TdClassName
{
border-color: #1806F9;
}
.TagClassName
{
border-color: #1806F9;
}
</style>