Shades of Medium Blue #270CDF
Tints of Medium Blue #270CDF
RGB
CMYK
RGB Variations
Color information
#270CDF (or 0x270CDF) is known color: Medium Blue. HEX triplet: 27, 0C and DF. RGB value is (39,12,223). Sum of RGB (Red+Green+Blue) = 39+12+223=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 223 (87.5% from 255 or 81.39% from 274); Max value from RGB is 223 - color contains mainly: blue. Hex color #270CDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270CDF is #D8F320. Grayscale: #2B2B2B. Windows color (decimal): -14218017 or 14617639. OLE color: 14617639.
HSL color Cylindrical-coordinate representation of color #270CDF: hue angle of 247.68º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270CDF is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 12 | 223 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.13 |
| HSL | 247.68º | 0.9% | 0.46% | - |
| HSV(B) | 247.68º | 0.95% | 0.87% | - |
| XYZ | 14.29 | 6.02 | 70.22 | - |
| YUV | 44.13 | 228.95 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 223 | 0.83 | 0.95 | 0 | 0.13 | 247.68 | 0.9 | 0.46 |
| Hex | 27 | C | DF | 53 | 5F | 0 | D | F8 | 5A | 2E |
| Octal | 47 | 14 | 337 | 123 | 137 | 0 | 15 | 370 | 132 | 56 |
| Binary | 100111 | 1100 | 11011111 | 1010011 | 1011111 | 0 | 1101 | 11111000 | 1011010 | 101110 |
Color Harmonies of #270CDF
Complementary color
Monochromatic Colors of #270CDF
Black with #270CDF
Text Example
Text Example
White with #270CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270CDF; }
p { color: rgb(39,12,223); }
H1.HeaderClassName
{
color: #270CDF;
}
.AnyTagClassName
{
color: #270CDF;
}
</style>
background-color css
<style>
a { background-color: #270CDF; }
a { background-color: rgb(39,12,223); }
div.DivClassName
{
background-color: #270CDF;
}
.BgClassName
{
background-color: #270CDF;
}
</style>
border-color css
<style>
span { border-color: #270CDF; }
span { border-color: rgb(39,12,223); }
td.TdClassName
{
border-color: #270CDF;
}
.TagClassName
{
border-color: #270CDF;
}
</style>