Shades of Medium Blue #2602BD
Tints of Medium Blue #2602BD
RGB
CMYK
RGB Variations
Color information
#2602BD (or 0x2602BD) is known color: Medium Blue. HEX triplet: 26, 02 and BD. RGB value is (38,2,189). Sum of RGB (Red+Green+Blue) = 38+2+189=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 189 (74.22% from 255 or 82.53% from 229); Max value from RGB is 189 - color contains mainly: blue. Hex color #2602BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2602BD is #D9FD42. Grayscale: #212121. Windows color (decimal): -14286147 or 12386854. OLE color: 12386854.
HSL color Cylindrical-coordinate representation of color #2602BD: hue angle of 251.55º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2602BD is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 2 | 189 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.26 |
| HSL | 251.55º | 0.98% | 0.37% | - |
| HSV(B) | 251.55º | 0.99% | 0.74% | - |
| XYZ | 10.01 | 4.13 | 48.41 | - |
| YUV | 34.08 | 215.43 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 2 | 189 | 0.80 | 0.99 | 0 | 0.26 | 251.55 | 0.98 | 0.37 |
| Hex | 26 | 2 | BD | 50 | 63 | 0 | 1A | FC | 62 | 25 |
| Octal | 46 | 2 | 275 | 120 | 143 | 0 | 32 | 374 | 142 | 45 |
| Binary | 100110 | 10 | 10111101 | 1010000 | 1100011 | 0 | 11010 | 11111100 | 1100010 | 100101 |
Color Harmonies of #2602BD
Complementary color
Monochromatic Colors of #2602BD
Black with #2602BD
Text Example
Text Example
White with #2602BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2602BD; }
p { color: rgb(38,2,189); }
H1.HeaderClassName
{
color: #2602BD;
}
.AnyTagClassName
{
color: #2602BD;
}
</style>
background-color css
<style>
a { background-color: #2602BD; }
a { background-color: rgb(38,2,189); }
div.DivClassName
{
background-color: #2602BD;
}
.BgClassName
{
background-color: #2602BD;
}
</style>
border-color css
<style>
span { border-color: #2602BD; }
span { border-color: rgb(38,2,189); }
td.TdClassName
{
border-color: #2602BD;
}
.TagClassName
{
border-color: #2602BD;
}
</style>