Shades of Blue #0039FE
Tints of Blue #0039FE
RGB
CMYK
RGB Variations
Color information
#0039FE (or 0x0039FE) is known color: Blue. HEX triplet: 00, 39 and FE. RGB value is (0,57,254). Sum of RGB (Red+Green+Blue) = 0+57+254=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 254 (99.61% from 255 or 81.67% from 311); Max value from RGB is 254 - color contains mainly: blue. Hex color #0039FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0039FE is #FFC601. Grayscale: #3D3D3D. Windows color (decimal): -16762370 or 16660736. OLE color: 16660736.
HSL color Cylindrical-coordinate representation of color #0039FE: hue angle of 226.54º 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 #0039FE is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 57 | 254 | - |
| CMYK | 1 | 0.78 | 0 | 0.00 |
| HSL | 226.54º | 1% | 0.5% | - |
| HSV(B) | 226.54º | 1% | 1% | - |
| XYZ | 19.35 | 10.08 | 94.69 | - |
| YUV | 62.42 | 236.12 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 254 | 1 | 0.78 | 0 | 0.00 | 226.54 | 1 | 0.5 |
| Hex | 0 | 39 | FE | 64 | 4E | 0 | 0 | E3 | 64 | 32 |
| Octal | 0 | 71 | 376 | 144 | 116 | 0 | 0 | 343 | 144 | 62 |
| Binary | 0 | 111001 | 11111110 | 1100100 | 1001110 | 0 | 0 | 11100011 | 1100100 | 110010 |
Color Harmonies of #0039FE
Complementary color
Monochromatic Colors of #0039FE
Black with #0039FE
Text Example
Text Example
White with #0039FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0039FE; }
p { color: rgb(0,57,254); }
H1.HeaderClassName
{
color: #0039FE;
}
.AnyTagClassName
{
color: #0039FE;
}
</style>
background-color css
<style>
a { background-color: #0039FE; }
a { background-color: rgb(0,57,254); }
div.DivClassName
{
background-color: #0039FE;
}
.BgClassName
{
background-color: #0039FE;
}
</style>
border-color css
<style>
span { border-color: #0039FE; }
span { border-color: rgb(0,57,254); }
td.TdClassName
{
border-color: #0039FE;
}
.TagClassName
{
border-color: #0039FE;
}
</style>