Shades of Curious Blue #2786D9
Tints of Curious Blue #2786D9
RGB
CMYK
RGB Variations
Color information
#2786D9 (or 0x2786D9) is known color: Curious Blue. HEX triplet: 27, 86 and D9. RGB value is (39,134,217). Sum of RGB (Red+Green+Blue) = 39+134+217=390 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 217 (85.16% from 255 or 55.64% from 390); Max value from RGB is 217 - color contains mainly: blue. Hex color #2786D9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2786D9 is #D87926. Grayscale: #727272. Windows color (decimal): -14186791 or 14255655. OLE color: 14255655.
HSL color Cylindrical-coordinate representation of color #2786D9: hue angle of 207.98º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2786D9 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 134 | 217 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.15 |
| HSL | 207.98º | 0.7% | 0.5% | - |
| HSV(B) | 207.98º | 0.82% | 0.85% | - |
| XYZ | 21.89 | 22.49 | 68.83 | - |
| YUV | 115.06 | 185.53 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 134 | 217 | 0.82 | 0.38 | 0 | 0.15 | 207.98 | 0.7 | 0.5 |
| Hex | 27 | 86 | D9 | 52 | 26 | 0 | F | D0 | 46 | 32 |
| Octal | 47 | 206 | 331 | 122 | 46 | 0 | 17 | 320 | 106 | 62 |
| Binary | 100111 | 10000110 | 11011001 | 1010010 | 100110 | 0 | 1111 | 11010000 | 1000110 | 110010 |
Color Harmonies of #2786D9
Complementary color
Monochromatic Colors of #2786D9
Black with #2786D9
Text Example
Text Example
White with #2786D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2786D9; }
p { color: rgb(39,134,217); }
H1.HeaderClassName
{
color: #2786D9;
}
.AnyTagClassName
{
color: #2786D9;
}
</style>
background-color css
<style>
a { background-color: #2786D9; }
a { background-color: rgb(39,134,217); }
div.DivClassName
{
background-color: #2786D9;
}
.BgClassName
{
background-color: #2786D9;
}
</style>
border-color css
<style>
span { border-color: #2786D9; }
span { border-color: rgb(39,134,217); }
td.TdClassName
{
border-color: #2786D9;
}
.TagClassName
{
border-color: #2786D9;
}
</style>