Shades of Blue #0626FC
Tints of Blue #0626FC
RGB
CMYK
RGB Variations
Color information
#0626FC (or 0x0626FC) is known color: Blue. HEX triplet: 06, 26 and FC. RGB value is (6,38,252). Sum of RGB (Red+Green+Blue) = 6+38+252=296 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 252 (98.83% from 255 or 85.14% from 296); Max value from RGB is 252 - color contains mainly: blue. Hex color #0626FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0626FC is #F9D903. Grayscale: #333333. Windows color (decimal): -16374020 or 16524806. OLE color: 16524806.
HSL color Cylindrical-coordinate representation of color #0626FC: hue angle of 232.2º 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 #0626FC is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 38 | 252 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.01 |
| HSL | 232.2º | 0.98% | 0.51% | - |
| HSV(B) | 232.2º | 0.98% | 0.99% | - |
| XYZ | 18.34 | 8.45 | 92.76 | - |
| YUV | 52.83 | 240.4 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 38 | 252 | 0.98 | 0.85 | 0 | 0.01 | 232.2 | 0.98 | 0.51 |
| Hex | 6 | 26 | FC | 62 | 55 | 0 | 1 | E8 | 62 | 33 |
| Octal | 6 | 46 | 374 | 142 | 125 | 0 | 1 | 350 | 142 | 63 |
| Binary | 110 | 100110 | 11111100 | 1100010 | 1010101 | 0 | 1 | 11101000 | 1100010 | 110011 |
Color Harmonies of #0626FC
Complementary color
Monochromatic Colors of #0626FC
Black with #0626FC
Text Example
Text Example
White with #0626FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0626FC; }
p { color: rgb(6,38,252); }
H1.HeaderClassName
{
color: #0626FC;
}
.AnyTagClassName
{
color: #0626FC;
}
</style>
background-color css
<style>
a { background-color: #0626FC; }
a { background-color: rgb(6,38,252); }
div.DivClassName
{
background-color: #0626FC;
}
.BgClassName
{
background-color: #0626FC;
}
</style>
border-color css
<style>
span { border-color: #0626FC; }
span { border-color: rgb(6,38,252); }
td.TdClassName
{
border-color: #0626FC;
}
.TagClassName
{
border-color: #0626FC;
}
</style>