Shades of Curious Blue #2F7ABA
Tints of Curious Blue #2F7ABA
RGB
CMYK
RGB Variations
Color information
#2F7ABA (or 0x2F7ABA) is known color: Curious Blue. HEX triplet: 2F, 7A and BA. RGB value is (47,122,186). Sum of RGB (Red+Green+Blue) = 47+122+186=355 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.24% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F7ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7ABA is #D08545. Grayscale: #6A6A6A. Windows color (decimal): -13665606 or 12220975. OLE color: 12220975.
HSL color Cylindrical-coordinate representation of color #2F7ABA: hue angle of 207.63º 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 #2F7ABA is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 122 | 186 | - |
| CMYK | 0.75 | 0.34 | 0 | 0.27 |
| HSL | 207.63º | 0.6% | 0.46% | - |
| HSV(B) | 207.63º | 0.75% | 0.73% | - |
| XYZ | 16.99 | 18.07 | 49.05 | - |
| YUV | 106.87 | 172.65 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 122 | 186 | 0.75 | 0.34 | 0 | 0.27 | 207.63 | 0.6 | 0.46 |
| Hex | 2F | 7A | BA | 4B | 22 | 0 | 1B | D0 | 3C | 2E |
| Octal | 57 | 172 | 272 | 113 | 42 | 0 | 33 | 320 | 74 | 56 |
| Binary | 101111 | 1111010 | 10111010 | 1001011 | 100010 | 0 | 11011 | 11010000 | 111100 | 101110 |
Color Harmonies of #2F7ABA
Complementary color
Monochromatic Colors of #2F7ABA
Black with #2F7ABA
Text Example
Text Example
White with #2F7ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7ABA; }
p { color: rgb(47,122,186); }
H1.HeaderClassName
{
color: #2F7ABA;
}
.AnyTagClassName
{
color: #2F7ABA;
}
</style>
background-color css
<style>
a { background-color: #2F7ABA; }
a { background-color: rgb(47,122,186); }
div.DivClassName
{
background-color: #2F7ABA;
}
.BgClassName
{
background-color: #2F7ABA;
}
</style>
border-color css
<style>
span { border-color: #2F7ABA; }
span { border-color: rgb(47,122,186); }
td.TdClassName
{
border-color: #2F7ABA;
}
.TagClassName
{
border-color: #2F7ABA;
}
</style>