Shades of Blue #270DFF
Tints of Blue #270DFF
RGB
CMYK
RGB Variations
Color information
#270DFF (or 0x270DFF) is known color: Blue. HEX triplet: 27, 0D and FF. RGB value is (39,13,255). Sum of RGB (Red+Green+Blue) = 39+13+255=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 255 (100% from 255 or 83.06% from 307); Max value from RGB is 255 - color contains mainly: blue. Hex color #270DFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #270DFF is #D8F200. Grayscale: #2F2F2F. Windows color (decimal): -14217729 or 16715047. OLE color: 16715047.
HSL color Cylindrical-coordinate representation of color #270DFF: hue angle of 246.45º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270DFF is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 13 | 255 | - |
| CMYK | 0.85 | 0.95 | 0 | 0 |
| HSL | 246.45º | 1% | 0.53% | - |
| HSV(B) | 246.45º | 0.95% | 1% | - |
| XYZ | 19.03 | 7.94 | 95.14 | - |
| YUV | 48.36 | 244.61 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 255 | 0.85 | 0.95 | 0 | 0 | 246.45 | 1 | 0.53 |
| Hex | 27 | D | FF | 55 | 5F | 0 | 0 | F6 | 64 | 35 |
| Octal | 47 | 15 | 377 | 125 | 137 | 0 | 0 | 366 | 144 | 65 |
| Binary | 100111 | 1101 | 11111111 | 1010101 | 1011111 | 0 | 0 | 11110110 | 1100100 | 110101 |
Color Harmonies of #270DFF
Complementary color
Monochromatic Colors of #270DFF
Black with #270DFF
Text Example
Text Example
White with #270DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270DFF; }
p { color: rgb(39,13,255); }
H1.HeaderClassName
{
color: #270DFF;
}
.AnyTagClassName
{
color: #270DFF;
}
</style>
background-color css
<style>
a { background-color: #270DFF; }
a { background-color: rgb(39,13,255); }
div.DivClassName
{
background-color: #270DFF;
}
.BgClassName
{
background-color: #270DFF;
}
</style>
border-color css
<style>
span { border-color: #270DFF; }
span { border-color: rgb(39,13,255); }
td.TdClassName
{
border-color: #270DFF;
}
.TagClassName
{
border-color: #270DFF;
}
</style>