Shades of Blue #0628FF
Tints of Blue #0628FF
RGB
CMYK
RGB Variations
Color information
#0628FF (or 0x0628FF) is known color: Blue. HEX triplet: 06, 28 and FF. RGB value is (6,40,255). Sum of RGB (Red+Green+Blue) = 6+40+255=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 255 (100% from 255 or 84.72% from 301); Max value from RGB is 255 - color contains mainly: blue. Hex color #0628FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0628FF is #F9D700. Grayscale: #353535. Windows color (decimal): -16373505 or 16721926. OLE color: 16721926.
HSL color Cylindrical-coordinate representation of color #0628FF: hue angle of 231.81º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0628FF is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 40 | 255 | - |
| CMYK | 0.98 | 0.84 | 0 | 0 |
| HSL | 231.81º | 1% | 0.51% | - |
| HSV(B) | 231.81º | 0.98% | 1% | - |
| XYZ | 18.88 | 8.78 | 95.31 | - |
| YUV | 54.34 | 241.24 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 255 | 0.98 | 0.84 | 0 | 0 | 231.81 | 1 | 0.51 |
| Hex | 6 | 28 | FF | 62 | 54 | 0 | 0 | E8 | 64 | 33 |
| Octal | 6 | 50 | 377 | 142 | 124 | 0 | 0 | 350 | 144 | 63 |
| Binary | 110 | 101000 | 11111111 | 1100010 | 1010100 | 0 | 0 | 11101000 | 1100100 | 110011 |
Color Harmonies of #0628FF
Complementary color
Monochromatic Colors of #0628FF
Black with #0628FF
Text Example
Text Example
White with #0628FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0628FF; }
p { color: rgb(6,40,255); }
H1.HeaderClassName
{
color: #0628FF;
}
.AnyTagClassName
{
color: #0628FF;
}
</style>
background-color css
<style>
a { background-color: #0628FF; }
a { background-color: rgb(6,40,255); }
div.DivClassName
{
background-color: #0628FF;
}
.BgClassName
{
background-color: #0628FF;
}
</style>
border-color css
<style>
span { border-color: #0628FF; }
span { border-color: rgb(6,40,255); }
td.TdClassName
{
border-color: #0628FF;
}
.TagClassName
{
border-color: #0628FF;
}
</style>