Shades of Medium Blue #2608CF
Tints of Medium Blue #2608CF
RGB
CMYK
RGB Variations
Color information
#2608CF (or 0x2608CF) is known color: Medium Blue. HEX triplet: 26, 08 and CF. RGB value is (38,8,207). Sum of RGB (Red+Green+Blue) = 38+8+207=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 207 (81.25% from 255 or 81.82% from 253); Max value from RGB is 207 - color contains mainly: blue. Hex color #2608CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2608CF is #D9F730. Grayscale: #262626. Windows color (decimal): -14284593 or 13568038. OLE color: 13568038.
HSL color Cylindrical-coordinate representation of color #2608CF: hue angle of 249.05º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2608CF is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 8 | 207 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.19 |
| HSL | 249.05º | 0.93% | 0.42% | - |
| HSV(B) | 249.05º | 0.96% | 0.81% | - |
| XYZ | 12.15 | 5.09 | 59.37 | - |
| YUV | 39.66 | 222.44 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 8 | 207 | 0.82 | 0.96 | 0 | 0.19 | 249.05 | 0.93 | 0.42 |
| Hex | 26 | 8 | CF | 52 | 60 | 0 | 13 | F9 | 5D | 2A |
| Octal | 46 | 10 | 317 | 122 | 140 | 0 | 23 | 371 | 135 | 52 |
| Binary | 100110 | 1000 | 11001111 | 1010010 | 1100000 | 0 | 10011 | 11111001 | 1011101 | 101010 |
Color Harmonies of #2608CF
Complementary color
Monochromatic Colors of #2608CF
Black with #2608CF
Text Example
Text Example
White with #2608CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2608CF; }
p { color: rgb(38,8,207); }
H1.HeaderClassName
{
color: #2608CF;
}
.AnyTagClassName
{
color: #2608CF;
}
</style>
background-color css
<style>
a { background-color: #2608CF; }
a { background-color: rgb(38,8,207); }
div.DivClassName
{
background-color: #2608CF;
}
.BgClassName
{
background-color: #2608CF;
}
</style>
border-color css
<style>
span { border-color: #2608CF; }
span { border-color: rgb(38,8,207); }
td.TdClassName
{
border-color: #2608CF;
}
.TagClassName
{
border-color: #2608CF;
}
</style>