Shades of Blue #0019FD
Tints of Blue #0019FD
RGB
CMYK
RGB Variations
Color information
#0019FD (or 0x0019FD) is known color: Blue. HEX triplet: 00, 19 and FD. RGB value is (0,25,253). Sum of RGB (Red+Green+Blue) = 0+25+253=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 253 (99.22% from 255 or 91.01% from 278); Max value from RGB is 253 - color contains mainly: blue. Hex color #0019FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0019FD is #FFE602. Grayscale: #2A2A2A. Windows color (decimal): -16770563 or 16587008. OLE color: 16587008.
HSL color Cylindrical-coordinate representation of color #0019FD: hue angle of 234.07º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0019FD is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 25 | 253 | - |
| CMYK | 1 | 0.90 | 0 | 0.01 |
| HSL | 234.07º | 1% | 0.5% | - |
| HSV(B) | 234.07º | 1% | 0.99% | - |
| XYZ | 18.08 | 7.79 | 93.48 | - |
| YUV | 43.52 | 246.22 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 253 | 1 | 0.90 | 0 | 0.01 | 234.07 | 1 | 0.5 |
| Hex | 0 | 19 | FD | 64 | 5A | 0 | 1 | EA | 64 | 32 |
| Octal | 0 | 31 | 375 | 144 | 132 | 0 | 1 | 352 | 144 | 62 |
| Binary | 0 | 11001 | 11111101 | 1100100 | 1011010 | 0 | 1 | 11101010 | 1100100 | 110010 |
Color Harmonies of #0019FD
Complementary color
Monochromatic Colors of #0019FD
Black with #0019FD
Text Example
Text Example
White with #0019FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0019FD; }
p { color: rgb(0,25,253); }
H1.HeaderClassName
{
color: #0019FD;
}
.AnyTagClassName
{
color: #0019FD;
}
</style>
background-color css
<style>
a { background-color: #0019FD; }
a { background-color: rgb(0,25,253); }
div.DivClassName
{
background-color: #0019FD;
}
.BgClassName
{
background-color: #0019FD;
}
</style>
border-color css
<style>
span { border-color: #0019FD; }
span { border-color: rgb(0,25,253); }
td.TdClassName
{
border-color: #0019FD;
}
.TagClassName
{
border-color: #0019FD;
}
</style>