Shades of Medium Blue #2704CF
Tints of Medium Blue #2704CF
RGB
CMYK
RGB Variations
Color information
#2704CF (or 0x2704CF) is known color: Medium Blue. HEX triplet: 27, 04 and CF. RGB value is (39,4,207). Sum of RGB (Red+Green+Blue) = 39+4+207=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 207 (81.25% from 255 or 82.8% from 250); Max value from RGB is 207 - color contains mainly: blue. Hex color #2704CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2704CF is #D8FB30. Grayscale: #242424. Windows color (decimal): -14220081 or 13567015. OLE color: 13567015.
HSL color Cylindrical-coordinate representation of color #2704CF: hue angle of 250.34º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2704CF is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 4 | 207 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.19 |
| HSL | 250.34º | 0.96% | 0.41% | - |
| HSV(B) | 250.34º | 0.98% | 0.81% | - |
| XYZ | 12.14 | 5.02 | 59.36 | - |
| YUV | 37.61 | 223.6 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 4 | 207 | 0.81 | 0.98 | 0 | 0.19 | 250.34 | 0.96 | 0.41 |
| Hex | 27 | 4 | CF | 51 | 62 | 0 | 13 | FA | 60 | 29 |
| Octal | 47 | 4 | 317 | 121 | 142 | 0 | 23 | 372 | 140 | 51 |
| Binary | 100111 | 100 | 11001111 | 1010001 | 1100010 | 0 | 10011 | 11111010 | 1100000 | 101001 |
Color Harmonies of #2704CF
Complementary color
Monochromatic Colors of #2704CF
Black with #2704CF
Text Example
Text Example
White with #2704CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2704CF; }
p { color: rgb(39,4,207); }
H1.HeaderClassName
{
color: #2704CF;
}
.AnyTagClassName
{
color: #2704CF;
}
</style>
background-color css
<style>
a { background-color: #2704CF; }
a { background-color: rgb(39,4,207); }
div.DivClassName
{
background-color: #2704CF;
}
.BgClassName
{
background-color: #2704CF;
}
</style>
border-color css
<style>
span { border-color: #2704CF; }
span { border-color: rgb(39,4,207); }
td.TdClassName
{
border-color: #2704CF;
}
.TagClassName
{
border-color: #2704CF;
}
</style>