Shades of Curious Blue #2F8DDB
Tints of Curious Blue #2F8DDB
RGB
CMYK
RGB Variations
Color information
#2F8DDB (or 0x2F8DDB) is known color: Curious Blue. HEX triplet: 2F, 8D and DB. RGB value is (47,141,219). Sum of RGB (Red+Green+Blue) = 47+141+219=407 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.55% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #2F8DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F8DDB is #D07224. Grayscale: #797979. Windows color (decimal): -13660709 or 14388527. OLE color: 14388527.
HSL color Cylindrical-coordinate representation of color #2F8DDB: hue angle of 207.21º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F8DDB is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 141 | 219 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.14 |
| HSL | 207.21º | 0.7% | 0.52% | - |
| HSV(B) | 207.21º | 0.79% | 0.86% | - |
| XYZ | 23.48 | 24.77 | 70.56 | - |
| YUV | 121.79 | 182.86 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 141 | 219 | 0.79 | 0.36 | 0 | 0.14 | 207.21 | 0.7 | 0.52 |
| Hex | 2F | 8D | DB | 4F | 24 | 0 | E | CF | 46 | 34 |
| Octal | 57 | 215 | 333 | 117 | 44 | 0 | 16 | 317 | 106 | 64 |
| Binary | 101111 | 10001101 | 11011011 | 1001111 | 100100 | 0 | 1110 | 11001111 | 1000110 | 110100 |
Color Harmonies of #2F8DDB
Complementary color
Monochromatic Colors of #2F8DDB
Black with #2F8DDB
Text Example
Text Example
White with #2F8DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8DDB; }
p { color: rgb(47,141,219); }
H1.HeaderClassName
{
color: #2F8DDB;
}
.AnyTagClassName
{
color: #2F8DDB;
}
</style>
background-color css
<style>
a { background-color: #2F8DDB; }
a { background-color: rgb(47,141,219); }
div.DivClassName
{
background-color: #2F8DDB;
}
.BgClassName
{
background-color: #2F8DDB;
}
</style>
border-color css
<style>
span { border-color: #2F8DDB; }
span { border-color: rgb(47,141,219); }
td.TdClassName
{
border-color: #2F8DDB;
}
.TagClassName
{
border-color: #2F8DDB;
}
</style>