Shades of Blue #270BF4
Tints of Blue #270BF4
RGB
CMYK
RGB Variations
Color information
#270BF4 (or 0x270BF4) is known color: Blue. HEX triplet: 27, 0B and F4. RGB value is (39,11,244). Sum of RGB (Red+Green+Blue) = 39+11+244=294 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.27% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 244 (95.70% from 255 or 82.99% from 294); Max value from RGB is 244 - color contains mainly: blue. Hex color #270BF4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #270BF4 is #D8F40B. Grayscale: #2D2D2D. Windows color (decimal): -14218252 or 15993639. OLE color: 15993639.
HSL color Cylindrical-coordinate representation of color #270BF4: hue angle of 247.21º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270BF4 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 11 | 244 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.04 |
| HSL | 247.21º | 0.91% | 0.5% | - |
| HSV(B) | 247.21º | 0.95% | 0.96% | - |
| XYZ | 17.29 | 7.2 | 86.07 | - |
| YUV | 45.93 | 239.78 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 11 | 244 | 0.84 | 0.95 | 0 | 0.04 | 247.21 | 0.91 | 0.5 |
| Hex | 27 | B | F4 | 54 | 5F | 0 | 4 | F7 | 5B | 32 |
| Octal | 47 | 13 | 364 | 124 | 137 | 0 | 4 | 367 | 133 | 62 |
| Binary | 100111 | 1011 | 11110100 | 1010100 | 1011111 | 0 | 100 | 11110111 | 1011011 | 110010 |
Color Harmonies of #270BF4
Complementary color
Monochromatic Colors of #270BF4
Black with #270BF4
Text Example
Text Example
White with #270BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270BF4; }
p { color: rgb(39,11,244); }
H1.HeaderClassName
{
color: #270BF4;
}
.AnyTagClassName
{
color: #270BF4;
}
</style>
background-color css
<style>
a { background-color: #270BF4; }
a { background-color: rgb(39,11,244); }
div.DivClassName
{
background-color: #270BF4;
}
.BgClassName
{
background-color: #270BF4;
}
</style>
border-color css
<style>
span { border-color: #270BF4; }
span { border-color: rgb(39,11,244); }
td.TdClassName
{
border-color: #270BF4;
}
.TagClassName
{
border-color: #270BF4;
}
</style>