Shades of Curious Blue #2F8DD6
Tints of Curious Blue #2F8DD6
RGB
CMYK
RGB Variations
Color information
#2F8DD6 (or 0x2F8DD6) is known color: Curious Blue. HEX triplet: 2F, 8D and D6. RGB value is (47,141,214). Sum of RGB (Red+Green+Blue) = 47+141+214=402 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.69% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 214 (83.98% from 255 or 53.23% from 402); Max value from RGB is 214 - color contains mainly: blue. Hex color #2F8DD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F8DD6 is #D07229. Grayscale: #787878. Windows color (decimal): -13660714 or 14060847. OLE color: 14060847.
HSL color Cylindrical-coordinate representation of color #2F8DD6: hue angle of 206.23º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F8DD6 is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 141 | 214 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.16 |
| HSL | 206.23º | 0.67% | 0.51% | - |
| HSV(B) | 206.23º | 0.78% | 0.84% | - |
| XYZ | 22.83 | 24.51 | 67.15 | - |
| YUV | 121.22 | 180.36 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 141 | 214 | 0.78 | 0.34 | 0 | 0.16 | 206.23 | 0.67 | 0.51 |
| Hex | 2F | 8D | D6 | 4E | 22 | 0 | 10 | CE | 43 | 33 |
| Octal | 57 | 215 | 326 | 116 | 42 | 0 | 20 | 316 | 103 | 63 |
| Binary | 101111 | 10001101 | 11010110 | 1001110 | 100010 | 0 | 10000 | 11001110 | 1000011 | 110011 |
Color Harmonies of #2F8DD6
Complementary color
Monochromatic Colors of #2F8DD6
Black with #2F8DD6
Text Example
Text Example
White with #2F8DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8DD6; }
p { color: rgb(47,141,214); }
H1.HeaderClassName
{
color: #2F8DD6;
}
.AnyTagClassName
{
color: #2F8DD6;
}
</style>
background-color css
<style>
a { background-color: #2F8DD6; }
a { background-color: rgb(47,141,214); }
div.DivClassName
{
background-color: #2F8DD6;
}
.BgClassName
{
background-color: #2F8DD6;
}
</style>
border-color css
<style>
span { border-color: #2F8DD6; }
span { border-color: rgb(47,141,214); }
td.TdClassName
{
border-color: #2F8DD6;
}
.TagClassName
{
border-color: #2F8DD6;
}
</style>