Shades of Blue #0632FD
Tints of Blue #0632FD
RGB
CMYK
RGB Variations
Color information
#0632FD (or 0x0632FD) is known color: Blue. HEX triplet: 06, 32 and FD. RGB value is (6,50,253). Sum of RGB (Red+Green+Blue) = 6+50+253=309 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 253 (99.22% from 255 or 81.88% from 309); Max value from RGB is 253 - color contains mainly: blue. Hex color #0632FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0632FD is #F9CD02. Grayscale: #3B3B3B. Windows color (decimal): -16370947 or 16593414. OLE color: 16593414.
HSL color Cylindrical-coordinate representation of color #0632FD: hue angle of 229.31º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0632FD is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 50 | 253 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.01 |
| HSL | 229.31º | 0.98% | 0.51% | - |
| HSV(B) | 229.31º | 0.98% | 0.99% | - |
| XYZ | 18.95 | 9.41 | 93.75 | - |
| YUV | 59.99 | 236.92 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 50 | 253 | 0.98 | 0.80 | 0 | 0.01 | 229.31 | 0.98 | 0.51 |
| Hex | 6 | 32 | FD | 62 | 50 | 0 | 1 | E5 | 62 | 33 |
| Octal | 6 | 62 | 375 | 142 | 120 | 0 | 1 | 345 | 142 | 63 |
| Binary | 110 | 110010 | 11111101 | 1100010 | 1010000 | 0 | 1 | 11100101 | 1100010 | 110011 |
Color Harmonies of #0632FD
Complementary color
Monochromatic Colors of #0632FD
Black with #0632FD
Text Example
Text Example
White with #0632FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0632FD; }
p { color: rgb(6,50,253); }
H1.HeaderClassName
{
color: #0632FD;
}
.AnyTagClassName
{
color: #0632FD;
}
</style>
background-color css
<style>
a { background-color: #0632FD; }
a { background-color: rgb(6,50,253); }
div.DivClassName
{
background-color: #0632FD;
}
.BgClassName
{
background-color: #0632FD;
}
</style>
border-color css
<style>
span { border-color: #0632FD; }
span { border-color: rgb(6,50,253); }
td.TdClassName
{
border-color: #0632FD;
}
.TagClassName
{
border-color: #0632FD;
}
</style>