Shades of Blue #270FFD
Tints of Blue #270FFD
RGB
CMYK
RGB Variations
Color information
#270FFD (or 0x270FFD) is known color: Blue. HEX triplet: 27, 0F and FD. RGB value is (39,15,253). Sum of RGB (Red+Green+Blue) = 39+15+253=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 253 (99.22% from 255 or 82.41% from 307); Max value from RGB is 253 - color contains mainly: blue. Hex color #270FFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #270FFD is #D8F002. Grayscale: #303030. Windows color (decimal): -14217219 or 16584487. OLE color: 16584487.
HSL color Cylindrical-coordinate representation of color #270FFD: hue angle of 246.05º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270FFD is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 15 | 253 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.01 |
| HSL | 246.05º | 0.98% | 0.53% | - |
| HSV(B) | 246.05º | 0.94% | 0.99% | - |
| XYZ | 18.74 | 7.86 | 93.46 | - |
| YUV | 49.31 | 242.95 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 253 | 0.85 | 0.94 | 0 | 0.01 | 246.05 | 0.98 | 0.53 |
| Hex | 27 | F | FD | 55 | 5E | 0 | 1 | F6 | 62 | 35 |
| Octal | 47 | 17 | 375 | 125 | 136 | 0 | 1 | 366 | 142 | 65 |
| Binary | 100111 | 1111 | 11111101 | 1010101 | 1011110 | 0 | 1 | 11110110 | 1100010 | 110101 |
Color Harmonies of #270FFD
Complementary color
Monochromatic Colors of #270FFD
Black with #270FFD
Text Example
Text Example
White with #270FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270FFD; }
p { color: rgb(39,15,253); }
H1.HeaderClassName
{
color: #270FFD;
}
.AnyTagClassName
{
color: #270FFD;
}
</style>
background-color css
<style>
a { background-color: #270FFD; }
a { background-color: rgb(39,15,253); }
div.DivClassName
{
background-color: #270FFD;
}
.BgClassName
{
background-color: #270FFD;
}
</style>
border-color css
<style>
span { border-color: #270FFD; }
span { border-color: rgb(39,15,253); }
td.TdClassName
{
border-color: #270FFD;
}
.TagClassName
{
border-color: #270FFD;
}
</style>