Shades of Blue #0631EE
Tints of Blue #0631EE
RGB
CMYK
RGB Variations
Color information
#0631EE (or 0x0631EE) is known color: Blue. HEX triplet: 06, 31 and EE. RGB value is (6,49,238). Sum of RGB (Red+Green+Blue) = 6+49+238=293 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 238 (93.36% from 255 or 81.23% from 293); Max value from RGB is 238 - color contains mainly: blue. Hex color #0631EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0631EE is #F9CE11. Grayscale: #383838. Windows color (decimal): -16371218 or 15610118. OLE color: 15610118.
HSL color Cylindrical-coordinate representation of color #0631EE: hue angle of 228.88º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0631EE is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 49 | 238 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.07 |
| HSL | 228.88º | 0.95% | 0.48% | - |
| HSV(B) | 228.88º | 0.97% | 0.93% | - |
| XYZ | 16.61 | 8.41 | 81.64 | - |
| YUV | 57.69 | 229.75 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 49 | 238 | 0.97 | 0.79 | 0 | 0.07 | 228.88 | 0.95 | 0.48 |
| Hex | 6 | 31 | EE | 61 | 4F | 0 | 7 | E5 | 5F | 30 |
| Octal | 6 | 61 | 356 | 141 | 117 | 0 | 7 | 345 | 137 | 60 |
| Binary | 110 | 110001 | 11101110 | 1100001 | 1001111 | 0 | 111 | 11100101 | 1011111 | 110000 |
Color Harmonies of #0631EE
Complementary color
Monochromatic Colors of #0631EE
Black with #0631EE
Text Example
Text Example
White with #0631EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0631EE; }
p { color: rgb(6,49,238); }
H1.HeaderClassName
{
color: #0631EE;
}
.AnyTagClassName
{
color: #0631EE;
}
</style>
background-color css
<style>
a { background-color: #0631EE; }
a { background-color: rgb(6,49,238); }
div.DivClassName
{
background-color: #0631EE;
}
.BgClassName
{
background-color: #0631EE;
}
</style>
border-color css
<style>
span { border-color: #0631EE; }
span { border-color: rgb(6,49,238); }
td.TdClassName
{
border-color: #0631EE;
}
.TagClassName
{
border-color: #0631EE;
}
</style>