Shades of Medium Blue #0026DF
Tints of Medium Blue #0026DF
RGB
CMYK
RGB Variations
Color information
#0026DF (or 0x0026DF) is known color: Medium Blue. HEX triplet: 00, 26 and DF. RGB value is (0,38,223). Sum of RGB (Red+Green+Blue) = 0+38+223=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 223 (87.5% from 255 or 85.44% from 261); Max value from RGB is 223 - color contains mainly: blue. Hex color #0026DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0026DF is #FFD920. Grayscale: #2E2E2E. Windows color (decimal): -16767265 or 14624256. OLE color: 14624256.
HSL color Cylindrical-coordinate representation of color #0026DF: hue angle of 229.78º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0026DF is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 38 | 223 | - |
| CMYK | 1 | 0.83 | 0 | 0.13 |
| HSL | 229.78º | 1% | 0.44% | - |
| HSV(B) | 229.78º | 1% | 0.87% | - |
| XYZ | 14.01 | 6.71 | 70.37 | - |
| YUV | 47.73 | 226.91 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 223 | 1 | 0.83 | 0 | 0.13 | 229.78 | 1 | 0.44 |
| Hex | 0 | 26 | DF | 64 | 53 | 0 | D | E6 | 64 | 2C |
| Octal | 0 | 46 | 337 | 144 | 123 | 0 | 15 | 346 | 144 | 54 |
| Binary | 0 | 100110 | 11011111 | 1100100 | 1010011 | 0 | 1101 | 11100110 | 1100100 | 101100 |
Color Harmonies of #0026DF
Complementary color
Monochromatic Colors of #0026DF
Black with #0026DF
Text Example
Text Example
White with #0026DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0026DF; }
p { color: rgb(0,38,223); }
H1.HeaderClassName
{
color: #0026DF;
}
.AnyTagClassName
{
color: #0026DF;
}
</style>
background-color css
<style>
a { background-color: #0026DF; }
a { background-color: rgb(0,38,223); }
div.DivClassName
{
background-color: #0026DF;
}
.BgClassName
{
background-color: #0026DF;
}
</style>
border-color css
<style>
span { border-color: #0026DF; }
span { border-color: rgb(0,38,223); }
td.TdClassName
{
border-color: #0026DF;
}
.TagClassName
{
border-color: #0026DF;
}
</style>