Shades of Blue #2700FA
Tints of Blue #2700FA
RGB
CMYK
RGB Variations
Color information
#2700FA (or 0x2700FA) is known color: Blue. HEX triplet: 27, 00 and FA. RGB value is (39,0,250). Sum of RGB (Red+Green+Blue) = 39+0+250=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 250 (98.05% from 255 or 86.51% from 289); Max value from RGB is 250 - color contains mainly: blue. Hex color #2700FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2700FA is #D8FF05. Grayscale: #272727. Windows color (decimal): -14221062 or 16384039. OLE color: 16384039.
HSL color Cylindrical-coordinate representation of color #2700FA: hue angle of 249.36º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2700FA is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 0 | 250 | - |
| CMYK | 0.84 | 1 | 0 | 0.02 |
| HSL | 249.36º | 1% | 0.49% | - |
| HSV(B) | 249.36º | 1% | 0.98% | - |
| XYZ | 18.09 | 7.33 | 90.9 | - |
| YUV | 40.16 | 246.42 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 0 | 250 | 0.84 | 1 | 0 | 0.02 | 249.36 | 1 | 0.49 |
| Hex | 27 | 0 | FA | 54 | 64 | 0 | 2 | F9 | 64 | 31 |
| Octal | 47 | 0 | 372 | 124 | 144 | 0 | 2 | 371 | 144 | 61 |
| Binary | 100111 | 0 | 11111010 | 1010100 | 1100100 | 0 | 10 | 11111001 | 1100100 | 110001 |
Color Harmonies of #2700FA
Complementary color
Monochromatic Colors of #2700FA
Black with #2700FA
Text Example
Text Example
White with #2700FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2700FA; }
p { color: rgb(39,0,250); }
H1.HeaderClassName
{
color: #2700FA;
}
.AnyTagClassName
{
color: #2700FA;
}
</style>
background-color css
<style>
a { background-color: #2700FA; }
a { background-color: rgb(39,0,250); }
div.DivClassName
{
background-color: #2700FA;
}
.BgClassName
{
background-color: #2700FA;
}
</style>
border-color css
<style>
span { border-color: #2700FA; }
span { border-color: rgb(39,0,250); }
td.TdClassName
{
border-color: #2700FA;
}
.TagClassName
{
border-color: #2700FA;
}
</style>