Shades of Blue #0732FB
Tints of Blue #0732FB
RGB
CMYK
RGB Variations
Color information
#0732FB (or 0x0732FB) is known color: Blue. HEX triplet: 07, 32 and FB. RGB value is (7,50,251). Sum of RGB (Red+Green+Blue) = 7+50+251=308 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 251 (98.44% from 255 or 81.49% from 308); Max value from RGB is 251 - color contains mainly: blue. Hex color #0732FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0732FB is #F8CD04. Grayscale: #3B3B3B. Windows color (decimal): -16305413 or 16462343. OLE color: 16462343.
HSL color Cylindrical-coordinate representation of color #0732FB: hue angle of 229.43º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0732FB is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 50 | 251 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.02 |
| HSL | 229.43º | 0.97% | 0.51% | - |
| HSV(B) | 229.43º | 0.97% | 0.98% | - |
| XYZ | 18.64 | 9.29 | 92.08 | - |
| YUV | 60.06 | 235.75 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 50 | 251 | 0.97 | 0.80 | 0 | 0.02 | 229.43 | 0.97 | 0.51 |
| Hex | 7 | 32 | FB | 61 | 50 | 0 | 2 | E5 | 61 | 33 |
| Octal | 7 | 62 | 373 | 141 | 120 | 0 | 2 | 345 | 141 | 63 |
| Binary | 111 | 110010 | 11111011 | 1100001 | 1010000 | 0 | 10 | 11100101 | 1100001 | 110011 |
Color Harmonies of #0732FB
Complementary color
Monochromatic Colors of #0732FB
Black with #0732FB
Text Example
Text Example
White with #0732FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0732FB; }
p { color: rgb(7,50,251); }
H1.HeaderClassName
{
color: #0732FB;
}
.AnyTagClassName
{
color: #0732FB;
}
</style>
background-color css
<style>
a { background-color: #0732FB; }
a { background-color: rgb(7,50,251); }
div.DivClassName
{
background-color: #0732FB;
}
.BgClassName
{
background-color: #0732FB;
}
</style>
border-color css
<style>
span { border-color: #0732FB; }
span { border-color: rgb(7,50,251); }
td.TdClassName
{
border-color: #0732FB;
}
.TagClassName
{
border-color: #0732FB;
}
</style>