Shades of Medium Blue #0628E5
Tints of Medium Blue #0628E5
RGB
CMYK
RGB Variations
Color information
#0628E5 (or 0x0628E5) is known color: Medium Blue. HEX triplet: 06, 28 and E5. RGB value is (6,40,229). Sum of RGB (Red+Green+Blue) = 6+40+229=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 229 (89.84% from 255 or 83.27% from 275); Max value from RGB is 229 - color contains mainly: blue. Hex color #0628E5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0628E5 is #F9D71A. Grayscale: #323232. Windows color (decimal): -16373531 or 15017990. OLE color: 15017990.
HSL color Cylindrical-coordinate representation of color #0628E5: hue angle of 230.85º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0628E5 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 6 | 40 | 229 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.10 |
| HSL | 230.85º | 0.95% | 0.46% | - |
| HSV(B) | 230.85º | 0.97% | 0.9% | - |
| XYZ | 14.98 | 7.21 | 74.73 | - |
| YUV | 51.38 | 228.24 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 229 | 0.97 | 0.83 | 0 | 0.10 | 230.85 | 0.95 | 0.46 |
| Hex | 6 | 28 | E5 | 61 | 53 | 0 | A | E7 | 5F | 2E |
| Octal | 6 | 50 | 345 | 141 | 123 | 0 | 12 | 347 | 137 | 56 |
| Binary | 110 | 101000 | 11100101 | 1100001 | 1010011 | 0 | 1010 | 11100111 | 1011111 | 101110 |
Color Harmonies of #0628E5
Complementary color
Monochromatic Colors of #0628E5
Black with #0628E5
Text Example
Text Example
White with #0628E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0628E5; }
p { color: rgb(6,40,229); }
H1.HeaderClassName
{
color: #0628E5;
}
.AnyTagClassName
{
color: #0628E5;
}
</style>
background-color css
<style>
a { background-color: #0628E5; }
a { background-color: rgb(6,40,229); }
div.DivClassName
{
background-color: #0628E5;
}
.BgClassName
{
background-color: #0628E5;
}
</style>
border-color css
<style>
span { border-color: #0628E5; }
span { border-color: rgb(6,40,229); }
td.TdClassName
{
border-color: #0628E5;
}
.TagClassName
{
border-color: #0628E5;
}
</style>