Shades of Curious Blue #2F80BE
Tints of Curious Blue #2F80BE
RGB
CMYK
RGB Variations
Color information
#2F80BE (or 0x2F80BE) is known color: Curious Blue. HEX triplet: 2F, 80 and BE. RGB value is (47,128,190). Sum of RGB (Red+Green+Blue) = 47+128+190=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F80BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F80BE is #D07F41. Grayscale: #6E6E6E. Windows color (decimal): -13664066 or 12484655. OLE color: 12484655.
HSL color Cylindrical-coordinate representation of color #2F80BE: hue angle of 206.01º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F80BE is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 128 | 190 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.25 |
| HSL | 206.01º | 0.6% | 0.46% | - |
| HSV(B) | 206.01º | 0.75% | 0.75% | - |
| XYZ | 18.19 | 19.76 | 51.57 | - |
| YUV | 110.85 | 172.66 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 128 | 190 | 0.75 | 0.33 | 0 | 0.25 | 206.01 | 0.6 | 0.46 |
| Hex | 2F | 80 | BE | 4B | 21 | 0 | 19 | CE | 3C | 2E |
| Octal | 57 | 200 | 276 | 113 | 41 | 0 | 31 | 316 | 74 | 56 |
| Binary | 101111 | 10000000 | 10111110 | 1001011 | 100001 | 0 | 11001 | 11001110 | 111100 | 101110 |
Color Harmonies of #2F80BE
Complementary color
Monochromatic Colors of #2F80BE
Black with #2F80BE
Text Example
Text Example
White with #2F80BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F80BE; }
p { color: rgb(47,128,190); }
H1.HeaderClassName
{
color: #2F80BE;
}
.AnyTagClassName
{
color: #2F80BE;
}
</style>
background-color css
<style>
a { background-color: #2F80BE; }
a { background-color: rgb(47,128,190); }
div.DivClassName
{
background-color: #2F80BE;
}
.BgClassName
{
background-color: #2F80BE;
}
</style>
border-color css
<style>
span { border-color: #2F80BE; }
span { border-color: rgb(47,128,190); }
td.TdClassName
{
border-color: #2F80BE;
}
.TagClassName
{
border-color: #2F80BE;
}
</style>