Shades of Curious Blue #2F8ABB
Tints of Curious Blue #2F8ABB
RGB
CMYK
RGB Variations
Color information
#2F8ABB (or 0x2F8ABB) is known color: Curious Blue. HEX triplet: 2F, 8A and BB. RGB value is (47,138,187). Sum of RGB (Red+Green+Blue) = 47+138+187=372 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.63% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #2F8ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F8ABB is #D07544. Grayscale: #747474. Windows color (decimal): -13661509 or 12290607. OLE color: 12290607.
HSL color Cylindrical-coordinate representation of color #2F8ABB: hue angle of 201º 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 #2F8ABB is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 138 | 187 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.27 |
| HSL | 201º | 0.6% | 0.46% | - |
| HSV(B) | 201º | 0.75% | 0.73% | - |
| XYZ | 19.23 | 22.37 | 50.32 | - |
| YUV | 116.38 | 167.85 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 138 | 187 | 0.75 | 0.26 | 0 | 0.27 | 201 | 0.6 | 0.46 |
| Hex | 2F | 8A | BB | 4B | 1A | 0 | 1B | C9 | 3C | 2E |
| Octal | 57 | 212 | 273 | 113 | 32 | 0 | 33 | 311 | 74 | 56 |
| Binary | 101111 | 10001010 | 10111011 | 1001011 | 11010 | 0 | 11011 | 11001001 | 111100 | 101110 |
Color Harmonies of #2F8ABB
Complementary color
Monochromatic Colors of #2F8ABB
Black with #2F8ABB
Text Example
Text Example
White with #2F8ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8ABB; }
p { color: rgb(47,138,187); }
H1.HeaderClassName
{
color: #2F8ABB;
}
.AnyTagClassName
{
color: #2F8ABB;
}
</style>
background-color css
<style>
a { background-color: #2F8ABB; }
a { background-color: rgb(47,138,187); }
div.DivClassName
{
background-color: #2F8ABB;
}
.BgClassName
{
background-color: #2F8ABB;
}
</style>
border-color css
<style>
span { border-color: #2F8ABB; }
span { border-color: rgb(47,138,187); }
td.TdClassName
{
border-color: #2F8ABB;
}
.TagClassName
{
border-color: #2F8ABB;
}
</style>