Shades of Blue #0632FC
Tints of Blue #0632FC
RGB
CMYK
RGB Variations
Color information
#0632FC (or 0x0632FC) is known color: Blue. HEX triplet: 06, 32 and FC. RGB value is (6,50,252). Sum of RGB (Red+Green+Blue) = 6+50+252=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 252 (98.83% from 255 or 81.82% from 308); Max value from RGB is 252 - color contains mainly: blue. Hex color #0632FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0632FC is #F9CD03. Grayscale: #3B3B3B. Windows color (decimal): -16370948 or 16527878. OLE color: 16527878.
HSL color Cylindrical-coordinate representation of color #0632FC: hue angle of 229.27º 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 #0632FC is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 50 | 252 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.01 |
| HSL | 229.27º | 0.98% | 0.51% | - |
| HSV(B) | 229.27º | 0.98% | 0.99% | - |
| XYZ | 18.79 | 9.35 | 92.91 | - |
| YUV | 59.87 | 236.42 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 50 | 252 | 0.98 | 0.80 | 0 | 0.01 | 229.27 | 0.98 | 0.51 |
| Hex | 6 | 32 | FC | 62 | 50 | 0 | 1 | E5 | 62 | 33 |
| Octal | 6 | 62 | 374 | 142 | 120 | 0 | 1 | 345 | 142 | 63 |
| Binary | 110 | 110010 | 11111100 | 1100010 | 1010000 | 0 | 1 | 11100101 | 1100010 | 110011 |
Color Harmonies of #0632FC
Complementary color
Monochromatic Colors of #0632FC
Black with #0632FC
Text Example
Text Example
White with #0632FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0632FC; }
p { color: rgb(6,50,252); }
H1.HeaderClassName
{
color: #0632FC;
}
.AnyTagClassName
{
color: #0632FC;
}
</style>
background-color css
<style>
a { background-color: #0632FC; }
a { background-color: rgb(6,50,252); }
div.DivClassName
{
background-color: #0632FC;
}
.BgClassName
{
background-color: #0632FC;
}
</style>
border-color css
<style>
span { border-color: #0632FC; }
span { border-color: rgb(6,50,252); }
td.TdClassName
{
border-color: #0632FC;
}
.TagClassName
{
border-color: #0632FC;
}
</style>