Shades of Curious Blue #2F87DB
Tints of Curious Blue #2F87DB
RGB
CMYK
RGB Variations
Color information
#2F87DB (or 0x2F87DB) is known color: Curious Blue. HEX triplet: 2F, 87 and DB. RGB value is (47,135,219). Sum of RGB (Red+Green+Blue) = 47+135+219=401 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.72% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #2F87DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F87DB is #D07824. Grayscale: #757575. Windows color (decimal): -13662245 or 14386991. OLE color: 14386991.
HSL color Cylindrical-coordinate representation of color #2F87DB: hue angle of 209.3º 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 #2F87DB is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 135 | 219 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.14 |
| HSL | 209.3º | 0.7% | 0.52% | - |
| HSV(B) | 209.3º | 0.79% | 0.86% | - |
| XYZ | 22.62 | 23.05 | 70.27 | - |
| YUV | 118.26 | 184.85 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 135 | 219 | 0.79 | 0.38 | 0 | 0.14 | 209.3 | 0.7 | 0.52 |
| Hex | 2F | 87 | DB | 4F | 26 | 0 | E | D1 | 46 | 34 |
| Octal | 57 | 207 | 333 | 117 | 46 | 0 | 16 | 321 | 106 | 64 |
| Binary | 101111 | 10000111 | 11011011 | 1001111 | 100110 | 0 | 1110 | 11010001 | 1000110 | 110100 |
Color Harmonies of #2F87DB
Complementary color
Monochromatic Colors of #2F87DB
Black with #2F87DB
Text Example
Text Example
White with #2F87DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F87DB; }
p { color: rgb(47,135,219); }
H1.HeaderClassName
{
color: #2F87DB;
}
.AnyTagClassName
{
color: #2F87DB;
}
</style>
background-color css
<style>
a { background-color: #2F87DB; }
a { background-color: rgb(47,135,219); }
div.DivClassName
{
background-color: #2F87DB;
}
.BgClassName
{
background-color: #2F87DB;
}
</style>
border-color css
<style>
span { border-color: #2F87DB; }
span { border-color: rgb(47,135,219); }
td.TdClassName
{
border-color: #2F87DB;
}
.TagClassName
{
border-color: #2F87DB;
}
</style>