Shades of Blue #0018F9
Tints of Blue #0018F9
RGB
CMYK
RGB Variations
Color information
#0018F9 (or 0x0018F9) is known color: Blue. HEX triplet: 00, 18 and F9. RGB value is (0,24,249). Sum of RGB (Red+Green+Blue) = 0+24+249=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 249 (97.66% from 255 or 91.21% from 273); Max value from RGB is 249 - color contains mainly: blue. Hex color #0018F9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0018F9 is #FFE706. Grayscale: #292929. Windows color (decimal): -16770823 or 16324608. OLE color: 16324608.
HSL color Cylindrical-coordinate representation of color #0018F9: hue angle of 234.22º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0018F9 is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 24 | 249 | - |
| CMYK | 1 | 0.90 | 0 | 0.02 |
| HSL | 234.22º | 1% | 0.49% | - |
| HSV(B) | 234.22º | 1% | 0.98% | - |
| XYZ | 17.43 | 7.49 | 90.15 | - |
| YUV | 42.47 | 244.55 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 249 | 1 | 0.90 | 0 | 0.02 | 234.22 | 1 | 0.49 |
| Hex | 0 | 18 | F9 | 64 | 5A | 0 | 2 | EA | 64 | 31 |
| Octal | 0 | 30 | 371 | 144 | 132 | 0 | 2 | 352 | 144 | 61 |
| Binary | 0 | 11000 | 11111001 | 1100100 | 1011010 | 0 | 10 | 11101010 | 1100100 | 110001 |
Color Harmonies of #0018F9
Complementary color
Monochromatic Colors of #0018F9
Black with #0018F9
Text Example
Text Example
White with #0018F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0018F9; }
p { color: rgb(0,24,249); }
H1.HeaderClassName
{
color: #0018F9;
}
.AnyTagClassName
{
color: #0018F9;
}
</style>
background-color css
<style>
a { background-color: #0018F9; }
a { background-color: rgb(0,24,249); }
div.DivClassName
{
background-color: #0018F9;
}
.BgClassName
{
background-color: #0018F9;
}
</style>
border-color css
<style>
span { border-color: #0018F9; }
span { border-color: rgb(0,24,249); }
td.TdClassName
{
border-color: #0018F9;
}
.TagClassName
{
border-color: #0018F9;
}
</style>