Shades of Medium Blue #2701CF
Tints of Medium Blue #2701CF
RGB
CMYK
RGB Variations
Color information
#2701CF (or 0x2701CF) is known color: Medium Blue. HEX triplet: 27, 01 and CF. RGB value is (39,1,207). Sum of RGB (Red+Green+Blue) = 39+1+207=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 1 (0.78% from 255 or 0.40% 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 #2701CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2701CF is #D8FE30. Grayscale: #232323. Windows color (decimal): -14220849 or 13566247. OLE color: 13566247.
HSL color Cylindrical-coordinate representation of color #2701CF: hue angle of 251.07º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2701CF is Cyan = 0.81, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 1 | 207 | - |
| CMYK | 0.81 | 1.00 | 0 | 0.19 |
| HSL | 251.07º | 0.99% | 0.41% | - |
| HSV(B) | 251.07º | 1% | 0.81% | - |
| XYZ | 12.11 | 4.96 | 59.35 | - |
| YUV | 35.85 | 224.59 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 1 | 207 | 0.81 | 1.00 | 0 | 0.19 | 251.07 | 0.99 | 0.41 |
| Hex | 27 | 1 | CF | 51 | 64 | 0 | 13 | FB | 63 | 29 |
| Octal | 47 | 1 | 317 | 121 | 144 | 0 | 23 | 373 | 143 | 51 |
| Binary | 100111 | 1 | 11001111 | 1010001 | 1100100 | 0 | 10011 | 11111011 | 1100011 | 101001 |
Color Harmonies of #2701CF
Complementary color
Monochromatic Colors of #2701CF
Black with #2701CF
Text Example
Text Example
White with #2701CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2701CF; }
p { color: rgb(39,1,207); }
H1.HeaderClassName
{
color: #2701CF;
}
.AnyTagClassName
{
color: #2701CF;
}
</style>
background-color css
<style>
a { background-color: #2701CF; }
a { background-color: rgb(39,1,207); }
div.DivClassName
{
background-color: #2701CF;
}
.BgClassName
{
background-color: #2701CF;
}
</style>
border-color css
<style>
span { border-color: #2701CF; }
span { border-color: rgb(39,1,207); }
td.TdClassName
{
border-color: #2701CF;
}
.TagClassName
{
border-color: #2701CF;
}
</style>