Shades of Blue #270CF0
Tints of Blue #270CF0
RGB
CMYK
RGB Variations
Color information
#270CF0 (or 0x270CF0) is known color: Blue. HEX triplet: 27, 0C and F0. RGB value is (39,12,240). Sum of RGB (Red+Green+Blue) = 39+12+240=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 12 (5.08% from 255 or 4.12% from 291); Blue value is 240 (94.14% from 255 or 82.47% from 291); Max value from RGB is 240 - color contains mainly: blue. Hex color #270CF0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #270CF0 is #D8F30F. Grayscale: #2D2D2D. Windows color (decimal): -14218000 or 15731751. OLE color: 15731751.
HSL color Cylindrical-coordinate representation of color #270CF0: hue angle of 247.11º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270CF0 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 12 | 240 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.06 |
| HSL | 247.11º | 0.9% | 0.49% | - |
| HSV(B) | 247.11º | 0.95% | 0.94% | - |
| XYZ | 16.7 | 6.99 | 82.91 | - |
| YUV | 46.07 | 237.45 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 240 | 0.84 | 0.95 | 0 | 0.06 | 247.11 | 0.9 | 0.49 |
| Hex | 27 | C | F0 | 54 | 5F | 0 | 6 | F7 | 5A | 31 |
| Octal | 47 | 14 | 360 | 124 | 137 | 0 | 6 | 367 | 132 | 61 |
| Binary | 100111 | 1100 | 11110000 | 1010100 | 1011111 | 0 | 110 | 11110111 | 1011010 | 110001 |
Color Harmonies of #270CF0
Complementary color
Monochromatic Colors of #270CF0
Black with #270CF0
Text Example
Text Example
White with #270CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270CF0; }
p { color: rgb(39,12,240); }
H1.HeaderClassName
{
color: #270CF0;
}
.AnyTagClassName
{
color: #270CF0;
}
</style>
background-color css
<style>
a { background-color: #270CF0; }
a { background-color: rgb(39,12,240); }
div.DivClassName
{
background-color: #270CF0;
}
.BgClassName
{
background-color: #270CF0;
}
</style>
border-color css
<style>
span { border-color: #270CF0; }
span { border-color: rgb(39,12,240); }
td.TdClassName
{
border-color: #270CF0;
}
.TagClassName
{
border-color: #270CF0;
}
</style>