Shades of Medium Blue #2703DF
Tints of Medium Blue #2703DF
RGB
CMYK
RGB Variations
Color information
#2703DF (or 0x2703DF) is known color: Medium Blue. HEX triplet: 27, 03 and DF. RGB value is (39,3,223). Sum of RGB (Red+Green+Blue) = 39+3+223=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 223 (87.5% from 255 or 84.15% from 265); Max value from RGB is 223 - color contains mainly: blue. Hex color #2703DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2703DF is #D8FC20. Grayscale: #262626. Windows color (decimal): -14220321 or 14615335. OLE color: 14615335.
HSL color Cylindrical-coordinate representation of color #2703DF: hue angle of 249.82º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2703DF is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 3 | 223 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.13 |
| HSL | 249.82º | 0.97% | 0.44% | - |
| HSV(B) | 249.82º | 0.99% | 0.87% | - |
| XYZ | 14.19 | 5.82 | 70.19 | - |
| YUV | 38.84 | 231.93 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 3 | 223 | 0.83 | 0.99 | 0 | 0.13 | 249.82 | 0.97 | 0.44 |
| Hex | 27 | 3 | DF | 53 | 63 | 0 | D | FA | 61 | 2C |
| Octal | 47 | 3 | 337 | 123 | 143 | 0 | 15 | 372 | 141 | 54 |
| Binary | 100111 | 11 | 11011111 | 1010011 | 1100011 | 0 | 1101 | 11111010 | 1100001 | 101100 |
Color Harmonies of #2703DF
Complementary color
Monochromatic Colors of #2703DF
Black with #2703DF
Text Example
Text Example
White with #2703DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2703DF; }
p { color: rgb(39,3,223); }
H1.HeaderClassName
{
color: #2703DF;
}
.AnyTagClassName
{
color: #2703DF;
}
</style>
background-color css
<style>
a { background-color: #2703DF; }
a { background-color: rgb(39,3,223); }
div.DivClassName
{
background-color: #2703DF;
}
.BgClassName
{
background-color: #2703DF;
}
</style>
border-color css
<style>
span { border-color: #2703DF; }
span { border-color: rgb(39,3,223); }
td.TdClassName
{
border-color: #2703DF;
}
.TagClassName
{
border-color: #2703DF;
}
</style>