Shades of Blue #0630EC
Tints of Blue #0630EC
RGB
CMYK
RGB Variations
Color information
#0630EC (or 0x0630EC) is known color: Blue. HEX triplet: 06, 30 and EC. RGB value is (6,48,236). Sum of RGB (Red+Green+Blue) = 6+48+236=290 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.07% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 236 (92.58% from 255 or 81.38% from 290); Max value from RGB is 236 - color contains mainly: blue. Hex color #0630EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0630EC is #F9CF13. Grayscale: #383838. Windows color (decimal): -16371476 or 15478790. OLE color: 15478790.
HSL color Cylindrical-coordinate representation of color #0630EC: hue angle of 229.04º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0630EC is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 48 | 236 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.07 |
| HSL | 229.04º | 0.95% | 0.47% | - |
| HSV(B) | 229.04º | 0.97% | 0.93% | - |
| XYZ | 16.27 | 8.21 | 80.08 | - |
| YUV | 56.87 | 229.09 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 48 | 236 | 0.97 | 0.80 | 0 | 0.07 | 229.04 | 0.95 | 0.47 |
| Hex | 6 | 30 | EC | 61 | 50 | 0 | 7 | E5 | 5F | 2F |
| Octal | 6 | 60 | 354 | 141 | 120 | 0 | 7 | 345 | 137 | 57 |
| Binary | 110 | 110000 | 11101100 | 1100001 | 1010000 | 0 | 111 | 11100101 | 1011111 | 101111 |
Color Harmonies of #0630EC
Complementary color
Monochromatic Colors of #0630EC
Black with #0630EC
Text Example
Text Example
White with #0630EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0630EC; }
p { color: rgb(6,48,236); }
H1.HeaderClassName
{
color: #0630EC;
}
.AnyTagClassName
{
color: #0630EC;
}
</style>
background-color css
<style>
a { background-color: #0630EC; }
a { background-color: rgb(6,48,236); }
div.DivClassName
{
background-color: #0630EC;
}
.BgClassName
{
background-color: #0630EC;
}
</style>
border-color css
<style>
span { border-color: #0630EC; }
span { border-color: rgb(6,48,236); }
td.TdClassName
{
border-color: #0630EC;
}
.TagClassName
{
border-color: #0630EC;
}
</style>