Shades of Blue #270BFA
Tints of Blue #270BFA
RGB
CMYK
RGB Variations
Color information
#270BFA (or 0x270BFA) is known color: Blue. HEX triplet: 27, 0B and FA. RGB value is (39,11,250). Sum of RGB (Red+Green+Blue) = 39+11+250=300 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 250 (98.05% from 255 or 83.33% from 300); Max value from RGB is 250 - color contains mainly: blue. Hex color #270BFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #270BFA is #D8F405. Grayscale: #2D2D2D. Windows color (decimal): -14218246 or 16386855. OLE color: 16386855.
HSL color Cylindrical-coordinate representation of color #270BFA: hue angle of 247.03º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #270BFA is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 11 | 250 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.02 |
| HSL | 247.03º | 0.96% | 0.51% | - |
| HSV(B) | 247.03º | 0.96% | 0.98% | - |
| XYZ | 18.21 | 7.57 | 90.94 | - |
| YUV | 46.62 | 242.78 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 11 | 250 | 0.84 | 0.96 | 0 | 0.02 | 247.03 | 0.96 | 0.51 |
| Hex | 27 | B | FA | 54 | 60 | 0 | 2 | F7 | 60 | 33 |
| Octal | 47 | 13 | 372 | 124 | 140 | 0 | 2 | 367 | 140 | 63 |
| Binary | 100111 | 1011 | 11111010 | 1010100 | 1100000 | 0 | 10 | 11110111 | 1100000 | 110011 |
Color Harmonies of #270BFA
Complementary color
Monochromatic Colors of #270BFA
Black with #270BFA
Text Example
Text Example
White with #270BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270BFA; }
p { color: rgb(39,11,250); }
H1.HeaderClassName
{
color: #270BFA;
}
.AnyTagClassName
{
color: #270BFA;
}
</style>
background-color css
<style>
a { background-color: #270BFA; }
a { background-color: rgb(39,11,250); }
div.DivClassName
{
background-color: #270BFA;
}
.BgClassName
{
background-color: #270BFA;
}
</style>
border-color css
<style>
span { border-color: #270BFA; }
span { border-color: rgb(39,11,250); }
td.TdClassName
{
border-color: #270BFA;
}
.TagClassName
{
border-color: #270BFA;
}
</style>