Shades of Medium Blue #270BD2
Tints of Medium Blue #270BD2
RGB
CMYK
RGB Variations
Color information
#270BD2 (or 0x270BD2) is known color: Medium Blue. HEX triplet: 27, 0B and D2. RGB value is (39,11,210). Sum of RGB (Red+Green+Blue) = 39+11+210=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 210 (82.42% from 255 or 80.77% from 260); Max value from RGB is 210 - color contains mainly: blue. Hex color #270BD2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270BD2 is #D8F42D. Grayscale: #292929. Windows color (decimal): -14218286 or 13765415. OLE color: 13765415.
HSL color Cylindrical-coordinate representation of color #270BD2: hue angle of 248.44º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270BD2 is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 11 | 210 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.18 |
| HSL | 248.44º | 0.9% | 0.43% | - |
| HSV(B) | 248.44º | 0.95% | 0.82% | - |
| XYZ | 12.59 | 5.32 | 61.34 | - |
| YUV | 42.06 | 222.78 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 11 | 210 | 0.81 | 0.95 | 0 | 0.18 | 248.44 | 0.9 | 0.43 |
| Hex | 27 | B | D2 | 51 | 5F | 0 | 12 | F8 | 5A | 2B |
| Octal | 47 | 13 | 322 | 121 | 137 | 0 | 22 | 370 | 132 | 53 |
| Binary | 100111 | 1011 | 11010010 | 1010001 | 1011111 | 0 | 10010 | 11111000 | 1011010 | 101011 |
Color Harmonies of #270BD2
Complementary color
Monochromatic Colors of #270BD2
Black with #270BD2
Text Example
Text Example
White with #270BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270BD2; }
p { color: rgb(39,11,210); }
H1.HeaderClassName
{
color: #270BD2;
}
.AnyTagClassName
{
color: #270BD2;
}
</style>
background-color css
<style>
a { background-color: #270BD2; }
a { background-color: rgb(39,11,210); }
div.DivClassName
{
background-color: #270BD2;
}
.BgClassName
{
background-color: #270BD2;
}
</style>
border-color css
<style>
span { border-color: #270BD2; }
span { border-color: rgb(39,11,210); }
td.TdClassName
{
border-color: #270BD2;
}
.TagClassName
{
border-color: #270BD2;
}
</style>