Shades of Curious Blue #288BD0
Tints of Curious Blue #288BD0
RGB
CMYK
RGB Variations
Color information
#288BD0 (or 0x288BD0) is known color: Curious Blue. HEX triplet: 28, 8B and D0. RGB value is (40,139,208). Sum of RGB (Red+Green+Blue) = 40+139+208=387 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.34% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 208 (81.64% from 255 or 53.75% from 387); Max value from RGB is 208 - color contains mainly: blue. Hex color #288BD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288BD0 is #D7742F. Grayscale: #747474. Windows color (decimal): -14119984 or 13667112. OLE color: 13667112.
HSL color Cylindrical-coordinate representation of color #288BD0: hue angle of 204.64º 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 #288BD0 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 139 | 208 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.18 |
| HSL | 204.64º | 0.68% | 0.49% | - |
| HSV(B) | 204.64º | 0.81% | 0.82% | - |
| XYZ | 21.49 | 23.47 | 63.07 | - |
| YUV | 117.27 | 179.2 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 208 | 0.81 | 0.33 | 0 | 0.18 | 204.64 | 0.68 | 0.49 |
| Hex | 28 | 8B | D0 | 51 | 21 | 0 | 12 | CD | 44 | 31 |
| Octal | 50 | 213 | 320 | 121 | 41 | 0 | 22 | 315 | 104 | 61 |
| Binary | 101000 | 10001011 | 11010000 | 1010001 | 100001 | 0 | 10010 | 11001101 | 1000100 | 110001 |
Color Harmonies of #288BD0
Complementary color
Monochromatic Colors of #288BD0
Black with #288BD0
Text Example
Text Example
White with #288BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288BD0; }
p { color: rgb(40,139,208); }
H1.HeaderClassName
{
color: #288BD0;
}
.AnyTagClassName
{
color: #288BD0;
}
</style>
background-color css
<style>
a { background-color: #288BD0; }
a { background-color: rgb(40,139,208); }
div.DivClassName
{
background-color: #288BD0;
}
.BgClassName
{
background-color: #288BD0;
}
</style>
border-color css
<style>
span { border-color: #288BD0; }
span { border-color: rgb(40,139,208); }
td.TdClassName
{
border-color: #288BD0;
}
.TagClassName
{
border-color: #288BD0;
}
</style>