Shades of Blue #270DF5
Tints of Blue #270DF5
RGB
CMYK
RGB Variations
Color information
#270DF5 (or 0x270DF5) is known color: Blue. HEX triplet: 27, 0D and F5. RGB value is (39,13,245). Sum of RGB (Red+Green+Blue) = 39+13+245=297 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.13% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 245 (96.09% from 255 or 82.49% from 297); Max value from RGB is 245 - color contains mainly: blue. Hex color #270DF5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #270DF5 is #D8F20A. Grayscale: #2E2E2E. Windows color (decimal): -14217739 or 16059687. OLE color: 16059687.
HSL color Cylindrical-coordinate representation of color #270DF5: hue angle of 246.72º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270DF5 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 13 | 245 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.04 |
| HSL | 246.72º | 0.92% | 0.51% | - |
| HSV(B) | 246.72º | 0.95% | 0.96% | - |
| XYZ | 17.46 | 7.31 | 86.88 | - |
| YUV | 47.22 | 239.61 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 245 | 0.84 | 0.95 | 0 | 0.04 | 246.72 | 0.92 | 0.51 |
| Hex | 27 | D | F5 | 54 | 5F | 0 | 4 | F7 | 5C | 33 |
| Octal | 47 | 15 | 365 | 124 | 137 | 0 | 4 | 367 | 134 | 63 |
| Binary | 100111 | 1101 | 11110101 | 1010100 | 1011111 | 0 | 100 | 11110111 | 1011100 | 110011 |
Color Harmonies of #270DF5
Complementary color
Monochromatic Colors of #270DF5
Black with #270DF5
Text Example
Text Example
White with #270DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270DF5; }
p { color: rgb(39,13,245); }
H1.HeaderClassName
{
color: #270DF5;
}
.AnyTagClassName
{
color: #270DF5;
}
</style>
background-color css
<style>
a { background-color: #270DF5; }
a { background-color: rgb(39,13,245); }
div.DivClassName
{
background-color: #270DF5;
}
.BgClassName
{
background-color: #270DF5;
}
</style>
border-color css
<style>
span { border-color: #270DF5; }
span { border-color: rgb(39,13,245); }
td.TdClassName
{
border-color: #270DF5;
}
.TagClassName
{
border-color: #270DF5;
}
</style>