Shades of Curious Blue #2F8BDB
Tints of Curious Blue #2F8BDB
RGB
CMYK
RGB Variations
Color information
#2F8BDB (or 0x2F8BDB) is known color: Curious Blue. HEX triplet: 2F, 8B and DB. RGB value is (47,139,219). Sum of RGB (Red+Green+Blue) = 47+139+219=405 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.60% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #2F8BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F8BDB is #D07424. Grayscale: #787878. Windows color (decimal): -13661221 or 14388015. OLE color: 14388015.
HSL color Cylindrical-coordinate representation of color #2F8BDB: hue angle of 207.91º 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 #2F8BDB is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 139 | 219 | - |
| CMYK | 0.79 | 0.37 | 0 | 0.14 |
| HSL | 207.91º | 0.7% | 0.52% | - |
| HSV(B) | 207.91º | 0.79% | 0.86% | - |
| XYZ | 23.19 | 24.18 | 70.46 | - |
| YUV | 120.61 | 183.52 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 139 | 219 | 0.79 | 0.37 | 0 | 0.14 | 207.91 | 0.7 | 0.52 |
| Hex | 2F | 8B | DB | 4F | 25 | 0 | E | D0 | 46 | 34 |
| Octal | 57 | 213 | 333 | 117 | 45 | 0 | 16 | 320 | 106 | 64 |
| Binary | 101111 | 10001011 | 11011011 | 1001111 | 100101 | 0 | 1110 | 11010000 | 1000110 | 110100 |
Color Harmonies of #2F8BDB
Complementary color
Monochromatic Colors of #2F8BDB
Black with #2F8BDB
Text Example
Text Example
White with #2F8BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8BDB; }
p { color: rgb(47,139,219); }
H1.HeaderClassName
{
color: #2F8BDB;
}
.AnyTagClassName
{
color: #2F8BDB;
}
</style>
background-color css
<style>
a { background-color: #2F8BDB; }
a { background-color: rgb(47,139,219); }
div.DivClassName
{
background-color: #2F8BDB;
}
.BgClassName
{
background-color: #2F8BDB;
}
</style>
border-color css
<style>
span { border-color: #2F8BDB; }
span { border-color: rgb(47,139,219); }
td.TdClassName
{
border-color: #2F8BDB;
}
.TagClassName
{
border-color: #2F8BDB;
}
</style>