Shades of Medium Blue #270ADC
Tints of Medium Blue #270ADC
RGB
CMYK
RGB Variations
Color information
#270ADC (or 0x270ADC) is known color: Medium Blue. HEX triplet: 27, 0A and DC. RGB value is (39,10,220). Sum of RGB (Red+Green+Blue) = 39+10+220=269 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.50% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 220 (86.33% from 255 or 81.78% from 269); Max value from RGB is 220 - color contains mainly: blue. Hex color #270ADC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270ADC is #D8F523. Grayscale: #292929. Windows color (decimal): -14218532 or 14420519. OLE color: 14420519.
HSL color Cylindrical-coordinate representation of color #270ADC: hue angle of 248.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270ADC is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 10 | 220 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.14 |
| HSL | 248.29º | 0.91% | 0.45% | - |
| HSV(B) | 248.29º | 0.95% | 0.86% | - |
| XYZ | 13.86 | 5.82 | 68.1 | - |
| YUV | 42.61 | 228.11 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 10 | 220 | 0.82 | 0.95 | 0 | 0.14 | 248.29 | 0.91 | 0.45 |
| Hex | 27 | A | DC | 52 | 5F | 0 | E | F8 | 5B | 2D |
| Octal | 47 | 12 | 334 | 122 | 137 | 0 | 16 | 370 | 133 | 55 |
| Binary | 100111 | 1010 | 11011100 | 1010010 | 1011111 | 0 | 1110 | 11111000 | 1011011 | 101101 |
Color Harmonies of #270ADC
Complementary color
Monochromatic Colors of #270ADC
Black with #270ADC
Text Example
Text Example
White with #270ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270ADC; }
p { color: rgb(39,10,220); }
H1.HeaderClassName
{
color: #270ADC;
}
.AnyTagClassName
{
color: #270ADC;
}
</style>
background-color css
<style>
a { background-color: #270ADC; }
a { background-color: rgb(39,10,220); }
div.DivClassName
{
background-color: #270ADC;
}
.BgClassName
{
background-color: #270ADC;
}
</style>
border-color css
<style>
span { border-color: #270ADC; }
span { border-color: rgb(39,10,220); }
td.TdClassName
{
border-color: #270ADC;
}
.TagClassName
{
border-color: #270ADC;
}
</style>