Shades of Blue #0039FD
Tints of Blue #0039FD
RGB
CMYK
RGB Variations
Color information
#0039FD (or 0x0039FD) is known color: Blue. HEX triplet: 00, 39 and FD. RGB value is (0,57,253). Sum of RGB (Red+Green+Blue) = 0+57+253=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 253 (99.22% from 255 or 81.61% from 310); Max value from RGB is 253 - color contains mainly: blue. Hex color #0039FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0039FD is #FFC602. Grayscale: #3D3D3D. Windows color (decimal): -16762371 or 16595200. OLE color: 16595200.
HSL color Cylindrical-coordinate representation of color #0039FD: hue angle of 226.48º 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 #0039FD is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 57 | 253 | - |
| CMYK | 1 | 0.77 | 0 | 0.01 |
| HSL | 226.48º | 1% | 0.5% | - |
| HSV(B) | 226.48º | 1% | 0.99% | - |
| XYZ | 19.19 | 10.02 | 93.85 | - |
| YUV | 62.3 | 235.62 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 253 | 1 | 0.77 | 0 | 0.01 | 226.48 | 1 | 0.5 |
| Hex | 0 | 39 | FD | 64 | 4D | 0 | 1 | E2 | 64 | 32 |
| Octal | 0 | 71 | 375 | 144 | 115 | 0 | 1 | 342 | 144 | 62 |
| Binary | 0 | 111001 | 11111101 | 1100100 | 1001101 | 0 | 1 | 11100010 | 1100100 | 110010 |
Color Harmonies of #0039FD
Complementary color
Monochromatic Colors of #0039FD
Black with #0039FD
Text Example
Text Example
White with #0039FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0039FD; }
p { color: rgb(0,57,253); }
H1.HeaderClassName
{
color: #0039FD;
}
.AnyTagClassName
{
color: #0039FD;
}
</style>
background-color css
<style>
a { background-color: #0039FD; }
a { background-color: rgb(0,57,253); }
div.DivClassName
{
background-color: #0039FD;
}
.BgClassName
{
background-color: #0039FD;
}
</style>
border-color css
<style>
span { border-color: #0039FD; }
span { border-color: rgb(0,57,253); }
td.TdClassName
{
border-color: #0039FD;
}
.TagClassName
{
border-color: #0039FD;
}
</style>