Shades of Medium Blue #2605D0
Tints of Medium Blue #2605D0
RGB
CMYK
RGB Variations
Color information
#2605D0 (or 0x2605D0) is known color: Medium Blue. HEX triplet: 26, 05 and D0. RGB value is (38,5,208). Sum of RGB (Red+Green+Blue) = 38+5+208=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 208 (81.64% from 255 or 82.87% from 251); Max value from RGB is 208 - color contains mainly: blue. Hex color #2605D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2605D0 is #D9FA2F. Grayscale: #252525. Windows color (decimal): -14285360 or 13632806. OLE color: 13632806.
HSL color Cylindrical-coordinate representation of color #2605D0: hue angle of 249.75º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2605D0 is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 5 | 208 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.18 |
| HSL | 249.75º | 0.95% | 0.42% | - |
| HSV(B) | 249.75º | 0.98% | 0.82% | - |
| XYZ | 12.24 | 5.07 | 60.01 | - |
| YUV | 38.01 | 223.93 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 5 | 208 | 0.82 | 0.98 | 0 | 0.18 | 249.75 | 0.95 | 0.42 |
| Hex | 26 | 5 | D0 | 52 | 62 | 0 | 12 | FA | 5F | 2A |
| Octal | 46 | 5 | 320 | 122 | 142 | 0 | 22 | 372 | 137 | 52 |
| Binary | 100110 | 101 | 11010000 | 1010010 | 1100010 | 0 | 10010 | 11111010 | 1011111 | 101010 |
Color Harmonies of #2605D0
Complementary color
Monochromatic Colors of #2605D0
Black with #2605D0
Text Example
Text Example
White with #2605D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2605D0; }
p { color: rgb(38,5,208); }
H1.HeaderClassName
{
color: #2605D0;
}
.AnyTagClassName
{
color: #2605D0;
}
</style>
background-color css
<style>
a { background-color: #2605D0; }
a { background-color: rgb(38,5,208); }
div.DivClassName
{
background-color: #2605D0;
}
.BgClassName
{
background-color: #2605D0;
}
</style>
border-color css
<style>
span { border-color: #2605D0; }
span { border-color: rgb(38,5,208); }
td.TdClassName
{
border-color: #2605D0;
}
.TagClassName
{
border-color: #2605D0;
}
</style>