Shades of Curious Blue #2889D1
Tints of Curious Blue #2889D1
RGB
CMYK
RGB Variations
Color information
#2889D1 (or 0x2889D1) is known color: Curious Blue. HEX triplet: 28, 89 and D1. RGB value is (40,137,209). Sum of RGB (Red+Green+Blue) = 40+137+209=386 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.36% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 209 (82.03% from 255 or 54.15% from 386); Max value from RGB is 209 - color contains mainly: blue. Hex color #2889D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2889D1 is #D7762E. Grayscale: #737373. Windows color (decimal): -14120495 or 13732136. OLE color: 13732136.
HSL color Cylindrical-coordinate representation of color #2889D1: hue angle of 205.56º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2889D1 is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 137 | 209 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.18 |
| HSL | 205.56º | 0.68% | 0.49% | - |
| HSV(B) | 205.56º | 0.81% | 0.82% | - |
| XYZ | 21.33 | 22.95 | 63.63 | - |
| YUV | 116.21 | 180.36 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 137 | 209 | 0.81 | 0.34 | 0 | 0.18 | 205.56 | 0.68 | 0.49 |
| Hex | 28 | 89 | D1 | 51 | 22 | 0 | 12 | CE | 44 | 31 |
| Octal | 50 | 211 | 321 | 121 | 42 | 0 | 22 | 316 | 104 | 61 |
| Binary | 101000 | 10001001 | 11010001 | 1010001 | 100010 | 0 | 10010 | 11001110 | 1000100 | 110001 |
Color Harmonies of #2889D1
Complementary color
Monochromatic Colors of #2889D1
Black with #2889D1
Text Example
Text Example
White with #2889D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2889D1; }
p { color: rgb(40,137,209); }
H1.HeaderClassName
{
color: #2889D1;
}
.AnyTagClassName
{
color: #2889D1;
}
</style>
background-color css
<style>
a { background-color: #2889D1; }
a { background-color: rgb(40,137,209); }
div.DivClassName
{
background-color: #2889D1;
}
.BgClassName
{
background-color: #2889D1;
}
</style>
border-color css
<style>
span { border-color: #2889D1; }
span { border-color: rgb(40,137,209); }
td.TdClassName
{
border-color: #2889D1;
}
.TagClassName
{
border-color: #2889D1;
}
</style>