Shades of Medium Blue #0626DF
Tints of Medium Blue #0626DF
RGB
CMYK
RGB Variations
Color information
#0626DF (or 0x0626DF) is known color: Medium Blue. HEX triplet: 06, 26 and DF. RGB value is (6,38,223). Sum of RGB (Red+Green+Blue) = 6+38+223=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 223 (87.5% from 255 or 83.52% from 267); Max value from RGB is 223 - color contains mainly: blue. Hex color #0626DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0626DF is #F9D920. Grayscale: #303030. Windows color (decimal): -16374049 or 14624262. OLE color: 14624262.
HSL color Cylindrical-coordinate representation of color #0626DF: hue angle of 231.15º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0626DF is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 38 | 223 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.13 |
| HSL | 231.15º | 0.95% | 0.45% | - |
| HSV(B) | 231.15º | 0.97% | 0.87% | - |
| XYZ | 14.09 | 6.75 | 70.37 | - |
| YUV | 49.52 | 225.9 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 38 | 223 | 0.97 | 0.83 | 0 | 0.13 | 231.15 | 0.95 | 0.45 |
| Hex | 6 | 26 | DF | 61 | 53 | 0 | D | E7 | 5F | 2D |
| Octal | 6 | 46 | 337 | 141 | 123 | 0 | 15 | 347 | 137 | 55 |
| Binary | 110 | 100110 | 11011111 | 1100001 | 1010011 | 0 | 1101 | 11100111 | 1011111 | 101101 |
Color Harmonies of #0626DF
Complementary color
Monochromatic Colors of #0626DF
Black with #0626DF
Text Example
Text Example
White with #0626DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0626DF; }
p { color: rgb(6,38,223); }
H1.HeaderClassName
{
color: #0626DF;
}
.AnyTagClassName
{
color: #0626DF;
}
</style>
background-color css
<style>
a { background-color: #0626DF; }
a { background-color: rgb(6,38,223); }
div.DivClassName
{
background-color: #0626DF;
}
.BgClassName
{
background-color: #0626DF;
}
</style>
border-color css
<style>
span { border-color: #0626DF; }
span { border-color: rgb(6,38,223); }
td.TdClassName
{
border-color: #0626DF;
}
.TagClassName
{
border-color: #0626DF;
}
</style>