Shades of Blue #0631EF
Tints of Blue #0631EF
RGB
CMYK
RGB Variations
Color information
#0631EF (or 0x0631EF) is known color: Blue. HEX triplet: 06, 31 and EF. RGB value is (6,49,239). Sum of RGB (Red+Green+Blue) = 6+49+239=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 239 (93.75% from 255 or 81.29% from 294); Max value from RGB is 239 - color contains mainly: blue. Hex color #0631EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0631EF is #F9CE10. Grayscale: #393939. Windows color (decimal): -16371217 or 15675654. OLE color: 15675654.
HSL color Cylindrical-coordinate representation of color #0631EF: hue angle of 228.93º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0631EF is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 49 | 239 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.06 |
| HSL | 228.93º | 0.95% | 0.48% | - |
| HSV(B) | 228.93º | 0.97% | 0.94% | - |
| XYZ | 16.75 | 8.47 | 82.41 | - |
| YUV | 57.8 | 230.25 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 49 | 239 | 0.97 | 0.79 | 0 | 0.06 | 228.93 | 0.95 | 0.48 |
| Hex | 6 | 31 | EF | 61 | 4F | 0 | 6 | E5 | 5F | 30 |
| Octal | 6 | 61 | 357 | 141 | 117 | 0 | 6 | 345 | 137 | 60 |
| Binary | 110 | 110001 | 11101111 | 1100001 | 1001111 | 0 | 110 | 11100101 | 1011111 | 110000 |
Color Harmonies of #0631EF
Complementary color
Monochromatic Colors of #0631EF
Black with #0631EF
Text Example
Text Example
White with #0631EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0631EF; }
p { color: rgb(6,49,239); }
H1.HeaderClassName
{
color: #0631EF;
}
.AnyTagClassName
{
color: #0631EF;
}
</style>
background-color css
<style>
a { background-color: #0631EF; }
a { background-color: rgb(6,49,239); }
div.DivClassName
{
background-color: #0631EF;
}
.BgClassName
{
background-color: #0631EF;
}
</style>
border-color css
<style>
span { border-color: #0631EF; }
span { border-color: rgb(6,49,239); }
td.TdClassName
{
border-color: #0631EF;
}
.TagClassName
{
border-color: #0631EF;
}
</style>