Shades of Curious Blue #2F7ABB
Tints of Curious Blue #2F7ABB
RGB
CMYK
RGB Variations
Color information
#2F7ABB (or 0x2F7ABB) is known color: Curious Blue. HEX triplet: 2F, 7A and BB. RGB value is (47,122,187). Sum of RGB (Red+Green+Blue) = 47+122+187=356 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.20% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #2F7ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7ABB is #D08544. Grayscale: #6A6A6A. Windows color (decimal): -13665605 or 12286511. OLE color: 12286511.
HSL color Cylindrical-coordinate representation of color #2F7ABB: hue angle of 207.86º 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 #2F7ABB is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 122 | 187 | - |
| CMYK | 0.75 | 0.35 | 0 | 0.27 |
| HSL | 207.86º | 0.6% | 0.46% | - |
| HSV(B) | 207.86º | 0.75% | 0.73% | - |
| XYZ | 17.1 | 18.11 | 49.61 | - |
| YUV | 106.99 | 173.15 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 122 | 187 | 0.75 | 0.35 | 0 | 0.27 | 207.86 | 0.6 | 0.46 |
| Hex | 2F | 7A | BB | 4B | 23 | 0 | 1B | D0 | 3C | 2E |
| Octal | 57 | 172 | 273 | 113 | 43 | 0 | 33 | 320 | 74 | 56 |
| Binary | 101111 | 1111010 | 10111011 | 1001011 | 100011 | 0 | 11011 | 11010000 | 111100 | 101110 |
Color Harmonies of #2F7ABB
Complementary color
Monochromatic Colors of #2F7ABB
Black with #2F7ABB
Text Example
Text Example
White with #2F7ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7ABB; }
p { color: rgb(47,122,187); }
H1.HeaderClassName
{
color: #2F7ABB;
}
.AnyTagClassName
{
color: #2F7ABB;
}
</style>
background-color css
<style>
a { background-color: #2F7ABB; }
a { background-color: rgb(47,122,187); }
div.DivClassName
{
background-color: #2F7ABB;
}
.BgClassName
{
background-color: #2F7ABB;
}
</style>
border-color css
<style>
span { border-color: #2F7ABB; }
span { border-color: rgb(47,122,187); }
td.TdClassName
{
border-color: #2F7ABB;
}
.TagClassName
{
border-color: #2F7ABB;
}
</style>