Shades of Blue #0319FD
Tints of Blue #0319FD
RGB
CMYK
RGB Variations
Color information
#0319FD (or 0x0319FD) is known color: Blue. HEX triplet: 03, 19 and FD. RGB value is (3,25,253). Sum of RGB (Red+Green+Blue) = 3+25+253=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 253 (99.22% from 255 or 90.04% from 281); Max value from RGB is 253 - color contains mainly: blue. Hex color #0319FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0319FD is #FCE602. Grayscale: #2B2B2B. Windows color (decimal): -16573955 or 16587011. OLE color: 16587011.
HSL color Cylindrical-coordinate representation of color #0319FD: hue angle of 234.72º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0319FD is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 25 | 253 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.01 |
| HSL | 234.72º | 0.98% | 0.5% | - |
| HSV(B) | 234.72º | 0.99% | 0.99% | - |
| XYZ | 18.11 | 7.81 | 93.48 | - |
| YUV | 44.41 | 245.71 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 253 | 0.99 | 0.90 | 0 | 0.01 | 234.72 | 0.98 | 0.5 |
| Hex | 3 | 19 | FD | 63 | 5A | 0 | 1 | EB | 62 | 32 |
| Octal | 3 | 31 | 375 | 143 | 132 | 0 | 1 | 353 | 142 | 62 |
| Binary | 11 | 11001 | 11111101 | 1100011 | 1011010 | 0 | 1 | 11101011 | 1100010 | 110010 |
Color Harmonies of #0319FD
Complementary color
Monochromatic Colors of #0319FD
Black with #0319FD
Text Example
Text Example
White with #0319FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0319FD; }
p { color: rgb(3,25,253); }
H1.HeaderClassName
{
color: #0319FD;
}
.AnyTagClassName
{
color: #0319FD;
}
</style>
background-color css
<style>
a { background-color: #0319FD; }
a { background-color: rgb(3,25,253); }
div.DivClassName
{
background-color: #0319FD;
}
.BgClassName
{
background-color: #0319FD;
}
</style>
border-color css
<style>
span { border-color: #0319FD; }
span { border-color: rgb(3,25,253); }
td.TdClassName
{
border-color: #0319FD;
}
.TagClassName
{
border-color: #0319FD;
}
</style>