Shades of Blue #0736FC
Tints of Blue #0736FC
RGB
CMYK
RGB Variations
Color information
#0736FC (or 0x0736FC) is known color: Blue. HEX triplet: 07, 36 and FC. RGB value is (7,54,252). Sum of RGB (Red+Green+Blue) = 7+54+252=313 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 252 (98.83% from 255 or 80.51% from 313); Max value from RGB is 252 - color contains mainly: blue. Hex color #0736FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0736FC is #F8C903. Grayscale: #3D3D3D. Windows color (decimal): -16304388 or 16528903. OLE color: 16528903.
HSL color Cylindrical-coordinate representation of color #0736FC: hue angle of 228.49º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0736FC is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 54 | 252 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.01 |
| HSL | 228.49º | 0.98% | 0.51% | - |
| HSV(B) | 228.49º | 0.97% | 0.99% | - |
| XYZ | 18.98 | 9.71 | 92.97 | - |
| YUV | 62.52 | 234.93 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 54 | 252 | 0.97 | 0.79 | 0 | 0.01 | 228.49 | 0.98 | 0.51 |
| Hex | 7 | 36 | FC | 61 | 4F | 0 | 1 | E4 | 62 | 33 |
| Octal | 7 | 66 | 374 | 141 | 117 | 0 | 1 | 344 | 142 | 63 |
| Binary | 111 | 110110 | 11111100 | 1100001 | 1001111 | 0 | 1 | 11100100 | 1100010 | 110011 |
Color Harmonies of #0736FC
Complementary color
Monochromatic Colors of #0736FC
Black with #0736FC
Text Example
Text Example
White with #0736FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0736FC; }
p { color: rgb(7,54,252); }
H1.HeaderClassName
{
color: #0736FC;
}
.AnyTagClassName
{
color: #0736FC;
}
</style>
background-color css
<style>
a { background-color: #0736FC; }
a { background-color: rgb(7,54,252); }
div.DivClassName
{
background-color: #0736FC;
}
.BgClassName
{
background-color: #0736FC;
}
</style>
border-color css
<style>
span { border-color: #0736FC; }
span { border-color: rgb(7,54,252); }
td.TdClassName
{
border-color: #0736FC;
}
.TagClassName
{
border-color: #0736FC;
}
</style>