Shades of Medium Blue #2605BF
Tints of Medium Blue #2605BF
RGB
CMYK
RGB Variations
Color information
#2605BF (or 0x2605BF) is known color: Medium Blue. HEX triplet: 26, 05 and BF. RGB value is (38,5,191). Sum of RGB (Red+Green+Blue) = 38+5+191=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 191 (75% from 255 or 81.62% from 234); Max value from RGB is 191 - color contains mainly: blue. Hex color #2605BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2605BF is #D9FA40. Grayscale: #232323. Windows color (decimal): -14285377 or 12518694. OLE color: 12518694.
HSL color Cylindrical-coordinate representation of color #2605BF: hue angle of 250.65º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2605BF is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 5 | 191 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.25 |
| HSL | 250.65º | 0.95% | 0.38% | - |
| HSV(B) | 250.65º | 0.97% | 0.75% | - |
| XYZ | 10.26 | 4.28 | 49.58 | - |
| YUV | 36.07 | 215.43 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 5 | 191 | 0.80 | 0.97 | 0 | 0.25 | 250.65 | 0.95 | 0.38 |
| Hex | 26 | 5 | BF | 50 | 61 | 0 | 19 | FB | 5F | 26 |
| Octal | 46 | 5 | 277 | 120 | 141 | 0 | 31 | 373 | 137 | 46 |
| Binary | 100110 | 101 | 10111111 | 1010000 | 1100001 | 0 | 11001 | 11111011 | 1011111 | 100110 |
Color Harmonies of #2605BF
Complementary color
Monochromatic Colors of #2605BF
Black with #2605BF
Text Example
Text Example
White with #2605BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2605BF; }
p { color: rgb(38,5,191); }
H1.HeaderClassName
{
color: #2605BF;
}
.AnyTagClassName
{
color: #2605BF;
}
</style>
background-color css
<style>
a { background-color: #2605BF; }
a { background-color: rgb(38,5,191); }
div.DivClassName
{
background-color: #2605BF;
}
.BgClassName
{
background-color: #2605BF;
}
</style>
border-color css
<style>
span { border-color: #2605BF; }
span { border-color: rgb(38,5,191); }
td.TdClassName
{
border-color: #2605BF;
}
.TagClassName
{
border-color: #2605BF;
}
</style>