Shades of Medium Blue #2602CE
Tints of Medium Blue #2602CE
RGB
CMYK
RGB Variations
Color information
#2602CE (or 0x2602CE) is known color: Medium Blue. HEX triplet: 26, 02 and CE. RGB value is (38,2,206). Sum of RGB (Red+Green+Blue) = 38+2+206=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 206 (80.86% from 255 or 83.74% from 246); Max value from RGB is 206 - color contains mainly: blue. Hex color #2602CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2602CE is #D9FD31. Grayscale: #232323. Windows color (decimal): -14286130 or 13500966. OLE color: 13500966.
HSL color Cylindrical-coordinate representation of color #2602CE: hue angle of 250.59º degrees, saturation: 0.98, 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 #2602CE is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 2 | 206 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.19 |
| HSL | 250.59º | 0.98% | 0.41% | - |
| HSV(B) | 250.59º | 0.99% | 0.81% | - |
| XYZ | 11.96 | 4.91 | 58.71 | - |
| YUV | 36.02 | 223.93 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 2 | 206 | 0.82 | 0.99 | 0 | 0.19 | 250.59 | 0.98 | 0.41 |
| Hex | 26 | 2 | CE | 52 | 63 | 0 | 13 | FB | 62 | 29 |
| Octal | 46 | 2 | 316 | 122 | 143 | 0 | 23 | 373 | 142 | 51 |
| Binary | 100110 | 10 | 11001110 | 1010010 | 1100011 | 0 | 10011 | 11111011 | 1100010 | 101001 |
Color Harmonies of #2602CE
Complementary color
Monochromatic Colors of #2602CE
Black with #2602CE
Text Example
Text Example
White with #2602CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2602CE; }
p { color: rgb(38,2,206); }
H1.HeaderClassName
{
color: #2602CE;
}
.AnyTagClassName
{
color: #2602CE;
}
</style>
background-color css
<style>
a { background-color: #2602CE; }
a { background-color: rgb(38,2,206); }
div.DivClassName
{
background-color: #2602CE;
}
.BgClassName
{
background-color: #2602CE;
}
</style>
border-color css
<style>
span { border-color: #2602CE; }
span { border-color: rgb(38,2,206); }
td.TdClassName
{
border-color: #2602CE;
}
.TagClassName
{
border-color: #2602CE;
}
</style>