Shades of Medium Blue #2602BF
Tints of Medium Blue #2602BF
RGB
CMYK
RGB Variations
Color information
#2602BF (or 0x2602BF) is known color: Medium Blue. HEX triplet: 26, 02 and BF. RGB value is (38,2,191). Sum of RGB (Red+Green+Blue) = 38+2+191=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 191 (75% from 255 or 82.68% from 231); Max value from RGB is 191 - color contains mainly: blue. Hex color #2602BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2602BF is #D9FD40. Grayscale: #212121. Windows color (decimal): -14286145 or 12517926. OLE color: 12517926.
HSL color Cylindrical-coordinate representation of color #2602BF: hue angle of 251.43º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2602BF is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 2 | 191 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.25 |
| HSL | 251.43º | 0.98% | 0.38% | - |
| HSV(B) | 251.43º | 0.99% | 0.75% | - |
| XYZ | 10.23 | 4.22 | 49.57 | - |
| YUV | 34.31 | 216.43 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 2 | 191 | 0.80 | 0.99 | 0 | 0.25 | 251.43 | 0.98 | 0.38 |
| Hex | 26 | 2 | BF | 50 | 63 | 0 | 19 | FB | 62 | 26 |
| Octal | 46 | 2 | 277 | 120 | 143 | 0 | 31 | 373 | 142 | 46 |
| Binary | 100110 | 10 | 10111111 | 1010000 | 1100011 | 0 | 11001 | 11111011 | 1100010 | 100110 |
Color Harmonies of #2602BF
Complementary color
Monochromatic Colors of #2602BF
Black with #2602BF
Text Example
Text Example
White with #2602BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2602BF; }
p { color: rgb(38,2,191); }
H1.HeaderClassName
{
color: #2602BF;
}
.AnyTagClassName
{
color: #2602BF;
}
</style>
background-color css
<style>
a { background-color: #2602BF; }
a { background-color: rgb(38,2,191); }
div.DivClassName
{
background-color: #2602BF;
}
.BgClassName
{
background-color: #2602BF;
}
</style>
border-color css
<style>
span { border-color: #2602BF; }
span { border-color: rgb(38,2,191); }
td.TdClassName
{
border-color: #2602BF;
}
.TagClassName
{
border-color: #2602BF;
}
</style>