Shades of Curious Blue #2F7FBA
Tints of Curious Blue #2F7FBA
RGB
CMYK
RGB Variations
Color information
#2F7FBA (or 0x2F7FBA) is known color: Curious Blue. HEX triplet: 2F, 7F and BA. RGB value is (47,127,186). Sum of RGB (Red+Green+Blue) = 47+127+186=360 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.06% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F7FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7FBA is #D08045. Grayscale: #6D6D6D. Windows color (decimal): -13664326 or 12222255. OLE color: 12222255.
HSL color Cylindrical-coordinate representation of color #2F7FBA: hue angle of 205.47º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F7FBA is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 127 | 186 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.27 |
| HSL | 205.47º | 0.6% | 0.46% | - |
| HSV(B) | 205.47º | 0.75% | 0.73% | - |
| XYZ | 17.62 | 19.33 | 49.26 | - |
| YUV | 109.81 | 171 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 127 | 186 | 0.75 | 0.32 | 0 | 0.27 | 205.47 | 0.6 | 0.46 |
| Hex | 2F | 7F | BA | 4B | 20 | 0 | 1B | CD | 3C | 2E |
| Octal | 57 | 177 | 272 | 113 | 40 | 0 | 33 | 315 | 74 | 56 |
| Binary | 101111 | 1111111 | 10111010 | 1001011 | 100000 | 0 | 11011 | 11001101 | 111100 | 101110 |
Color Harmonies of #2F7FBA
Complementary color
Monochromatic Colors of #2F7FBA
Black with #2F7FBA
Text Example
Text Example
White with #2F7FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7FBA; }
p { color: rgb(47,127,186); }
H1.HeaderClassName
{
color: #2F7FBA;
}
.AnyTagClassName
{
color: #2F7FBA;
}
</style>
background-color css
<style>
a { background-color: #2F7FBA; }
a { background-color: rgb(47,127,186); }
div.DivClassName
{
background-color: #2F7FBA;
}
.BgClassName
{
background-color: #2F7FBA;
}
</style>
border-color css
<style>
span { border-color: #2F7FBA; }
span { border-color: rgb(47,127,186); }
td.TdClassName
{
border-color: #2F7FBA;
}
.TagClassName
{
border-color: #2F7FBA;
}
</style>