Shades of Blue #0738FE
Tints of Blue #0738FE
RGB
CMYK
RGB Variations
Color information
#0738FE (or 0x0738FE) is known color: Blue. HEX triplet: 07, 38 and FE. RGB value is (7,56,254). Sum of RGB (Red+Green+Blue) = 7+56+254=317 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.21% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 254 (99.61% from 255 or 80.13% from 317); Max value from RGB is 254 - color contains mainly: blue. Hex color #0738FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0738FE is #F8C701. Grayscale: #3F3F3F. Windows color (decimal): -16303874 or 16660487. OLE color: 16660487.
HSL color Cylindrical-coordinate representation of color #0738FE: hue angle of 228.1º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0738FE is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 56 | 254 | - |
| CMYK | 0.97 | 0.78 | 0 | 0.00 |
| HSL | 228.1º | 0.99% | 0.51% | - |
| HSV(B) | 228.1º | 0.97% | 1% | - |
| XYZ | 19.39 | 10.03 | 94.68 | - |
| YUV | 63.92 | 235.27 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 56 | 254 | 0.97 | 0.78 | 0 | 0.00 | 228.1 | 0.99 | 0.51 |
| Hex | 7 | 38 | FE | 61 | 4E | 0 | 0 | E4 | 63 | 33 |
| Octal | 7 | 70 | 376 | 141 | 116 | 0 | 0 | 344 | 143 | 63 |
| Binary | 111 | 111000 | 11111110 | 1100001 | 1001110 | 0 | 0 | 11100100 | 1100011 | 110011 |
Color Harmonies of #0738FE
Complementary color
Monochromatic Colors of #0738FE
Black with #0738FE
Text Example
Text Example
White with #0738FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0738FE; }
p { color: rgb(7,56,254); }
H1.HeaderClassName
{
color: #0738FE;
}
.AnyTagClassName
{
color: #0738FE;
}
</style>
background-color css
<style>
a { background-color: #0738FE; }
a { background-color: rgb(7,56,254); }
div.DivClassName
{
background-color: #0738FE;
}
.BgClassName
{
background-color: #0738FE;
}
</style>
border-color css
<style>
span { border-color: #0738FE; }
span { border-color: rgb(7,56,254); }
td.TdClassName
{
border-color: #0738FE;
}
.TagClassName
{
border-color: #0738FE;
}
</style>