Shades of Blue #0732FC
Tints of Blue #0732FC
RGB
CMYK
RGB Variations
Color information
#0732FC (or 0x0732FC) is known color: Blue. HEX triplet: 07, 32 and FC. RGB value is (7,50,252). Sum of RGB (Red+Green+Blue) = 7+50+252=309 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 252 (98.83% from 255 or 81.55% from 309); Max value from RGB is 252 - color contains mainly: blue. Hex color #0732FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0732FC is #F8CD03. Grayscale: #3B3B3B. Windows color (decimal): -16305412 or 16527879. OLE color: 16527879.
HSL color Cylindrical-coordinate representation of color #0732FC: hue angle of 229.47º 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 #0732FC is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 50 | 252 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.01 |
| HSL | 229.47º | 0.98% | 0.51% | - |
| HSV(B) | 229.47º | 0.97% | 0.99% | - |
| XYZ | 18.8 | 9.35 | 92.91 | - |
| YUV | 60.17 | 236.25 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 50 | 252 | 0.97 | 0.80 | 0 | 0.01 | 229.47 | 0.98 | 0.51 |
| Hex | 7 | 32 | FC | 61 | 50 | 0 | 1 | E5 | 62 | 33 |
| Octal | 7 | 62 | 374 | 141 | 120 | 0 | 1 | 345 | 142 | 63 |
| Binary | 111 | 110010 | 11111100 | 1100001 | 1010000 | 0 | 1 | 11100101 | 1100010 | 110011 |
Color Harmonies of #0732FC
Complementary color
Monochromatic Colors of #0732FC
Black with #0732FC
Text Example
Text Example
White with #0732FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0732FC; }
p { color: rgb(7,50,252); }
H1.HeaderClassName
{
color: #0732FC;
}
.AnyTagClassName
{
color: #0732FC;
}
</style>
background-color css
<style>
a { background-color: #0732FC; }
a { background-color: rgb(7,50,252); }
div.DivClassName
{
background-color: #0732FC;
}
.BgClassName
{
background-color: #0732FC;
}
</style>
border-color css
<style>
span { border-color: #0732FC; }
span { border-color: rgb(7,50,252); }
td.TdClassName
{
border-color: #0732FC;
}
.TagClassName
{
border-color: #0732FC;
}
</style>