Shades of Curious Blue #2F7DBB
Tints of Curious Blue #2F7DBB
RGB
CMYK
RGB Variations
Color information
#2F7DBB (or 0x2F7DBB) is known color: Curious Blue. HEX triplet: 2F, 7D and BB. RGB value is (47,125,187). Sum of RGB (Red+Green+Blue) = 47+125+187=359 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.09% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #2F7DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7DBB is #D08244. Grayscale: #6C6C6C. Windows color (decimal): -13664837 or 12287279. OLE color: 12287279.
HSL color Cylindrical-coordinate representation of color #2F7DBB: hue angle of 206.57º 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 #2F7DBB is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 125 | 187 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.27 |
| HSL | 206.57º | 0.6% | 0.46% | - |
| HSV(B) | 206.57º | 0.75% | 0.73% | - |
| XYZ | 17.48 | 18.86 | 49.73 | - |
| YUV | 108.75 | 172.16 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 125 | 187 | 0.75 | 0.33 | 0 | 0.27 | 206.57 | 0.6 | 0.46 |
| Hex | 2F | 7D | BB | 4B | 21 | 0 | 1B | CF | 3C | 2E |
| Octal | 57 | 175 | 273 | 113 | 41 | 0 | 33 | 317 | 74 | 56 |
| Binary | 101111 | 1111101 | 10111011 | 1001011 | 100001 | 0 | 11011 | 11001111 | 111100 | 101110 |
Color Harmonies of #2F7DBB
Complementary color
Monochromatic Colors of #2F7DBB
Black with #2F7DBB
Text Example
Text Example
White with #2F7DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7DBB; }
p { color: rgb(47,125,187); }
H1.HeaderClassName
{
color: #2F7DBB;
}
.AnyTagClassName
{
color: #2F7DBB;
}
</style>
background-color css
<style>
a { background-color: #2F7DBB; }
a { background-color: rgb(47,125,187); }
div.DivClassName
{
background-color: #2F7DBB;
}
.BgClassName
{
background-color: #2F7DBB;
}
</style>
border-color css
<style>
span { border-color: #2F7DBB; }
span { border-color: rgb(47,125,187); }
td.TdClassName
{
border-color: #2F7DBB;
}
.TagClassName
{
border-color: #2F7DBB;
}
</style>