Shades of Blue #0738FF
Tints of Blue #0738FF
RGB
CMYK
RGB Variations
Color information
#0738FF (or 0x0738FF) is known color: Blue. HEX triplet: 07, 38 and FF. RGB value is (7,56,255). Sum of RGB (Red+Green+Blue) = 7+56+255=318 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.20% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 255 (100% from 255 or 80.19% from 318); Max value from RGB is 255 - color contains mainly: blue. Hex color #0738FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0738FF is #F8C700. Grayscale: #3F3F3F. Windows color (decimal): -16303873 or 16726023. OLE color: 16726023.
HSL color Cylindrical-coordinate representation of color #0738FF: hue angle of 228.15º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0738FF is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 56 | 255 | - |
| CMYK | 0.97 | 0.78 | 0 | 0 |
| HSL | 228.15º | 1% | 0.51% | - |
| HSV(B) | 228.15º | 0.97% | 1% | - |
| XYZ | 19.55 | 10.09 | 95.53 | - |
| YUV | 64.04 | 235.77 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 56 | 255 | 0.97 | 0.78 | 0 | 0 | 228.15 | 1 | 0.51 |
| Hex | 7 | 38 | FF | 61 | 4E | 0 | 0 | E4 | 64 | 33 |
| Octal | 7 | 70 | 377 | 141 | 116 | 0 | 0 | 344 | 144 | 63 |
| Binary | 111 | 111000 | 11111111 | 1100001 | 1001110 | 0 | 0 | 11100100 | 1100100 | 110011 |
Color Harmonies of #0738FF
Complementary color
Monochromatic Colors of #0738FF
Black with #0738FF
Text Example
Text Example
White with #0738FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0738FF; }
p { color: rgb(7,56,255); }
H1.HeaderClassName
{
color: #0738FF;
}
.AnyTagClassName
{
color: #0738FF;
}
</style>
background-color css
<style>
a { background-color: #0738FF; }
a { background-color: rgb(7,56,255); }
div.DivClassName
{
background-color: #0738FF;
}
.BgClassName
{
background-color: #0738FF;
}
</style>
border-color css
<style>
span { border-color: #0738FF; }
span { border-color: rgb(7,56,255); }
td.TdClassName
{
border-color: #0738FF;
}
.TagClassName
{
border-color: #0738FF;
}
</style>