Shades of Blue #0039FF
Tints of Blue #0039FF
RGB
CMYK
RGB Variations
Color information
#0039FF (or 0x0039FF) is known color: Blue. HEX triplet: 00, 39 and FF. RGB value is (0,57,255). Sum of RGB (Red+Green+Blue) = 0+57+255=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 255 (100% from 255 or 81.73% from 312); Max value from RGB is 255 - color contains mainly: blue. Hex color #0039FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0039FF is #FFC600. Grayscale: #3D3D3D. Windows color (decimal): -16762369 or 16726272. OLE color: 16726272.
HSL color Cylindrical-coordinate representation of color #0039FF: hue angle of 226.59º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0039FF is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 57 | 255 | - |
| CMYK | 1 | 0.78 | 0 | 0 |
| HSL | 226.59º | 1% | 0.5% | - |
| HSV(B) | 226.59º | 1% | 1% | - |
| XYZ | 19.51 | 10.15 | 95.54 | - |
| YUV | 62.53 | 236.62 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 255 | 1 | 0.78 | 0 | 0 | 226.59 | 1 | 0.5 |
| Hex | 0 | 39 | FF | 64 | 4E | 0 | 0 | E3 | 64 | 32 |
| Octal | 0 | 71 | 377 | 144 | 116 | 0 | 0 | 343 | 144 | 62 |
| Binary | 0 | 111001 | 11111111 | 1100100 | 1001110 | 0 | 0 | 11100011 | 1100100 | 110010 |
Color Harmonies of #0039FF
Complementary color
Monochromatic Colors of #0039FF
Black with #0039FF
Text Example
Text Example
White with #0039FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0039FF; }
p { color: rgb(0,57,255); }
H1.HeaderClassName
{
color: #0039FF;
}
.AnyTagClassName
{
color: #0039FF;
}
</style>
background-color css
<style>
a { background-color: #0039FF; }
a { background-color: rgb(0,57,255); }
div.DivClassName
{
background-color: #0039FF;
}
.BgClassName
{
background-color: #0039FF;
}
</style>
border-color css
<style>
span { border-color: #0039FF; }
span { border-color: rgb(0,57,255); }
td.TdClassName
{
border-color: #0039FF;
}
.TagClassName
{
border-color: #0039FF;
}
</style>