Shades of Medium Blue #2603DA
Tints of Medium Blue #2603DA
RGB
CMYK
RGB Variations
Color information
#2603DA (or 0x2603DA) is known color: Medium Blue. HEX triplet: 26, 03 and DA. RGB value is (38,3,218). Sum of RGB (Red+Green+Blue) = 38+3+218=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 218 (85.55% from 255 or 84.17% from 259); Max value from RGB is 218 - color contains mainly: blue. Hex color #2603DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2603DA is #D9FC25. Grayscale: #252525. Windows color (decimal): -14285862 or 14287654. OLE color: 14287654.
HSL color Cylindrical-coordinate representation of color #2603DA: hue angle of 249.77º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2603DA is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 3 | 218 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.15 |
| HSL | 249.77º | 0.97% | 0.43% | - |
| HSV(B) | 249.77º | 0.99% | 0.85% | - |
| XYZ | 13.49 | 5.54 | 66.69 | - |
| YUV | 37.98 | 229.6 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 3 | 218 | 0.83 | 0.99 | 0 | 0.15 | 249.77 | 0.97 | 0.43 |
| Hex | 26 | 3 | DA | 53 | 63 | 0 | F | FA | 61 | 2B |
| Octal | 46 | 3 | 332 | 123 | 143 | 0 | 17 | 372 | 141 | 53 |
| Binary | 100110 | 11 | 11011010 | 1010011 | 1100011 | 0 | 1111 | 11111010 | 1100001 | 101011 |
Color Harmonies of #2603DA
Complementary color
Monochromatic Colors of #2603DA
Black with #2603DA
Text Example
Text Example
White with #2603DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2603DA; }
p { color: rgb(38,3,218); }
H1.HeaderClassName
{
color: #2603DA;
}
.AnyTagClassName
{
color: #2603DA;
}
</style>
background-color css
<style>
a { background-color: #2603DA; }
a { background-color: rgb(38,3,218); }
div.DivClassName
{
background-color: #2603DA;
}
.BgClassName
{
background-color: #2603DA;
}
</style>
border-color css
<style>
span { border-color: #2603DA; }
span { border-color: rgb(38,3,218); }
td.TdClassName
{
border-color: #2603DA;
}
.TagClassName
{
border-color: #2603DA;
}
</style>