Shades of Medium Blue #0626DD
Tints of Medium Blue #0626DD
RGB
CMYK
RGB Variations
Color information
#0626DD (or 0x0626DD) is known color: Medium Blue. HEX triplet: 06, 26 and DD. RGB value is (6,38,221). Sum of RGB (Red+Green+Blue) = 6+38+221=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 221 (86.72% from 255 or 83.40% from 265); Max value from RGB is 221 - color contains mainly: blue. Hex color #0626DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0626DD is #F9D922. Grayscale: #303030. Windows color (decimal): -16374051 or 14493190. OLE color: 14493190.
HSL color Cylindrical-coordinate representation of color #0626DD: hue angle of 231.07º 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 #0626DD is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 38 | 221 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.13 |
| HSL | 231.07º | 0.95% | 0.45% | - |
| HSV(B) | 231.07º | 0.97% | 0.87% | - |
| XYZ | 13.82 | 6.65 | 68.96 | - |
| YUV | 49.29 | 224.9 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 38 | 221 | 0.97 | 0.83 | 0 | 0.13 | 231.07 | 0.95 | 0.45 |
| Hex | 6 | 26 | DD | 61 | 53 | 0 | D | E7 | 5F | 2D |
| Octal | 6 | 46 | 335 | 141 | 123 | 0 | 15 | 347 | 137 | 55 |
| Binary | 110 | 100110 | 11011101 | 1100001 | 1010011 | 0 | 1101 | 11100111 | 1011111 | 101101 |
Color Harmonies of #0626DD
Complementary color
Monochromatic Colors of #0626DD
Black with #0626DD
Text Example
Text Example
White with #0626DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0626DD; }
p { color: rgb(6,38,221); }
H1.HeaderClassName
{
color: #0626DD;
}
.AnyTagClassName
{
color: #0626DD;
}
</style>
background-color css
<style>
a { background-color: #0626DD; }
a { background-color: rgb(6,38,221); }
div.DivClassName
{
background-color: #0626DD;
}
.BgClassName
{
background-color: #0626DD;
}
</style>
border-color css
<style>
span { border-color: #0626DD; }
span { border-color: rgb(6,38,221); }
td.TdClassName
{
border-color: #0626DD;
}
.TagClassName
{
border-color: #0626DD;
}
</style>