Shades of Medium Blue #2603CF
Tints of Medium Blue #2603CF
RGB
CMYK
RGB Variations
Color information
#2603CF (or 0x2603CF) is known color: Medium Blue. HEX triplet: 26, 03 and CF. RGB value is (38,3,207). Sum of RGB (Red+Green+Blue) = 38+3+207=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 207 (81.25% from 255 or 83.47% from 248); Max value from RGB is 207 - color contains mainly: blue. Hex color #2603CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2603CF is #D9FC30. Grayscale: #232323. Windows color (decimal): -14285873 or 13566758. OLE color: 13566758.
HSL color Cylindrical-coordinate representation of color #2603CF: hue angle of 250.29º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2603CF is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 3 | 207 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.19 |
| HSL | 250.29º | 0.97% | 0.41% | - |
| HSV(B) | 250.29º | 0.99% | 0.81% | - |
| XYZ | 12.09 | 4.98 | 59.36 | - |
| YUV | 36.72 | 224.1 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 3 | 207 | 0.82 | 0.99 | 0 | 0.19 | 250.29 | 0.97 | 0.41 |
| Hex | 26 | 3 | CF | 52 | 63 | 0 | 13 | FA | 61 | 29 |
| Octal | 46 | 3 | 317 | 122 | 143 | 0 | 23 | 372 | 141 | 51 |
| Binary | 100110 | 11 | 11001111 | 1010010 | 1100011 | 0 | 10011 | 11111010 | 1100001 | 101001 |
Color Harmonies of #2603CF
Complementary color
Monochromatic Colors of #2603CF
Black with #2603CF
Text Example
Text Example
White with #2603CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2603CF; }
p { color: rgb(38,3,207); }
H1.HeaderClassName
{
color: #2603CF;
}
.AnyTagClassName
{
color: #2603CF;
}
</style>
background-color css
<style>
a { background-color: #2603CF; }
a { background-color: rgb(38,3,207); }
div.DivClassName
{
background-color: #2603CF;
}
.BgClassName
{
background-color: #2603CF;
}
</style>
border-color css
<style>
span { border-color: #2603CF; }
span { border-color: rgb(38,3,207); }
td.TdClassName
{
border-color: #2603CF;
}
.TagClassName
{
border-color: #2603CF;
}
</style>