Shades of Medium Blue #270DDF
Tints of Medium Blue #270DDF
RGB
CMYK
RGB Variations
Color information
#270DDF (or 0x270DDF) is known color: Medium Blue. HEX triplet: 27, 0D and DF. RGB value is (39,13,223). Sum of RGB (Red+Green+Blue) = 39+13+223=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 223 (87.5% from 255 or 81.09% from 275); Max value from RGB is 223 - color contains mainly: blue. Hex color #270DDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270DDF is #D8F220. Grayscale: #2B2B2B. Windows color (decimal): -14217761 or 14617895. OLE color: 14617895.
HSL color Cylindrical-coordinate representation of color #270DDF: hue angle of 247.43º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270DDF is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 13 | 223 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.13 |
| HSL | 247.43º | 0.89% | 0.46% | - |
| HSV(B) | 247.43º | 0.94% | 0.87% | - |
| XYZ | 14.3 | 6.05 | 70.23 | - |
| YUV | 44.71 | 228.61 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 223 | 0.83 | 0.94 | 0 | 0.13 | 247.43 | 0.89 | 0.46 |
| Hex | 27 | D | DF | 53 | 5E | 0 | D | F7 | 59 | 2E |
| Octal | 47 | 15 | 337 | 123 | 136 | 0 | 15 | 367 | 131 | 56 |
| Binary | 100111 | 1101 | 11011111 | 1010011 | 1011110 | 0 | 1101 | 11110111 | 1011001 | 101110 |
Color Harmonies of #270DDF
Complementary color
Monochromatic Colors of #270DDF
Black with #270DDF
Text Example
Text Example
White with #270DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270DDF; }
p { color: rgb(39,13,223); }
H1.HeaderClassName
{
color: #270DDF;
}
.AnyTagClassName
{
color: #270DDF;
}
</style>
background-color css
<style>
a { background-color: #270DDF; }
a { background-color: rgb(39,13,223); }
div.DivClassName
{
background-color: #270DDF;
}
.BgClassName
{
background-color: #270DDF;
}
</style>
border-color css
<style>
span { border-color: #270DDF; }
span { border-color: rgb(39,13,223); }
td.TdClassName
{
border-color: #270DDF;
}
.TagClassName
{
border-color: #270DDF;
}
</style>