Shades of Medium Blue #2603DF
Tints of Medium Blue #2603DF
RGB
CMYK
RGB Variations
Color information
#2603DF (or 0x2603DF) is known color: Medium Blue. HEX triplet: 26, 03 and DF. RGB value is (38,3,223). Sum of RGB (Red+Green+Blue) = 38+3+223=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 223 (87.5% from 255 or 84.47% from 264); Max value from RGB is 223 - color contains mainly: blue. Hex color #2603DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2603DF is #D9FC20. Grayscale: #252525. Windows color (decimal): -14285857 or 14615334. OLE color: 14615334.
HSL color Cylindrical-coordinate representation of color #2603DF: hue angle of 249.55º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2603DF is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 3 | 223 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.13 |
| HSL | 249.55º | 0.97% | 0.44% | - |
| HSV(B) | 249.55º | 0.99% | 0.87% | - |
| XYZ | 14.15 | 5.8 | 70.19 | - |
| YUV | 38.55 | 232.1 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 3 | 223 | 0.83 | 0.99 | 0 | 0.13 | 249.55 | 0.97 | 0.44 |
| Hex | 26 | 3 | DF | 53 | 63 | 0 | D | FA | 61 | 2C |
| Octal | 46 | 3 | 337 | 123 | 143 | 0 | 15 | 372 | 141 | 54 |
| Binary | 100110 | 11 | 11011111 | 1010011 | 1100011 | 0 | 1101 | 11111010 | 1100001 | 101100 |
Color Harmonies of #2603DF
Complementary color
Monochromatic Colors of #2603DF
Black with #2603DF
Text Example
Text Example
White with #2603DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2603DF; }
p { color: rgb(38,3,223); }
H1.HeaderClassName
{
color: #2603DF;
}
.AnyTagClassName
{
color: #2603DF;
}
</style>
background-color css
<style>
a { background-color: #2603DF; }
a { background-color: rgb(38,3,223); }
div.DivClassName
{
background-color: #2603DF;
}
.BgClassName
{
background-color: #2603DF;
}
</style>
border-color css
<style>
span { border-color: #2603DF; }
span { border-color: rgb(38,3,223); }
td.TdClassName
{
border-color: #2603DF;
}
.TagClassName
{
border-color: #2603DF;
}
</style>