Shades of Medium Blue #2602CF
Tints of Medium Blue #2602CF
RGB
CMYK
RGB Variations
Color information
#2602CF (or 0x2602CF) is known color: Medium Blue. HEX triplet: 26, 02 and CF. RGB value is (38,2,207). Sum of RGB (Red+Green+Blue) = 38+2+207=247 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.38% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 207 (81.25% from 255 or 83.81% from 247); Max value from RGB is 207 - color contains mainly: blue. Hex color #2602CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2602CF is #D9FD30. Grayscale: #232323. Windows color (decimal): -14286129 or 13566502. OLE color: 13566502.
HSL color Cylindrical-coordinate representation of color #2602CF: hue angle of 250.54º 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 #2602CF is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 2 | 207 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.19 |
| HSL | 250.54º | 0.98% | 0.41% | - |
| HSV(B) | 250.54º | 0.99% | 0.81% | - |
| XYZ | 12.08 | 4.96 | 59.35 | - |
| YUV | 36.13 | 224.43 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 2 | 207 | 0.82 | 0.99 | 0 | 0.19 | 250.54 | 0.98 | 0.41 |
| Hex | 26 | 2 | CF | 52 | 63 | 0 | 13 | FB | 62 | 29 |
| Octal | 46 | 2 | 317 | 122 | 143 | 0 | 23 | 373 | 142 | 51 |
| Binary | 100110 | 10 | 11001111 | 1010010 | 1100011 | 0 | 10011 | 11111011 | 1100010 | 101001 |
Color Harmonies of #2602CF
Complementary color
Monochromatic Colors of #2602CF
Black with #2602CF
Text Example
Text Example
White with #2602CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2602CF; }
p { color: rgb(38,2,207); }
H1.HeaderClassName
{
color: #2602CF;
}
.AnyTagClassName
{
color: #2602CF;
}
</style>
background-color css
<style>
a { background-color: #2602CF; }
a { background-color: rgb(38,2,207); }
div.DivClassName
{
background-color: #2602CF;
}
.BgClassName
{
background-color: #2602CF;
}
</style>
border-color css
<style>
span { border-color: #2602CF; }
span { border-color: rgb(38,2,207); }
td.TdClassName
{
border-color: #2602CF;
}
.TagClassName
{
border-color: #2602CF;
}
</style>