Shades of Curious Blue #288ED6
Tints of Curious Blue #288ED6
RGB
CMYK
RGB Variations
Color information
#288ED6 (or 0x288ED6) is known color: Curious Blue. HEX triplet: 28, 8E and D6. RGB value is (40,142,214). Sum of RGB (Red+Green+Blue) = 40+142+214=396 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.10% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 214 (83.98% from 255 or 54.04% from 396); Max value from RGB is 214 - color contains mainly: blue. Hex color #288ED6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288ED6 is #D77129. Grayscale: #777777. Windows color (decimal): -14119210 or 14061096. OLE color: 14061096.
HSL color Cylindrical-coordinate representation of color #288ED6: hue angle of 204.83º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #288ED6 is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 142 | 214 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.16 |
| HSL | 204.83º | 0.69% | 0.5% | - |
| HSV(B) | 204.83º | 0.81% | 0.84% | - |
| XYZ | 22.69 | 24.65 | 67.18 | - |
| YUV | 119.71 | 181.21 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 214 | 0.81 | 0.34 | 0 | 0.16 | 204.83 | 0.69 | 0.5 |
| Hex | 28 | 8E | D6 | 51 | 22 | 0 | 10 | CD | 45 | 32 |
| Octal | 50 | 216 | 326 | 121 | 42 | 0 | 20 | 315 | 105 | 62 |
| Binary | 101000 | 10001110 | 11010110 | 1010001 | 100010 | 0 | 10000 | 11001101 | 1000101 | 110010 |
Color Harmonies of #288ED6
Complementary color
Monochromatic Colors of #288ED6
Black with #288ED6
Text Example
Text Example
White with #288ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288ED6; }
p { color: rgb(40,142,214); }
H1.HeaderClassName
{
color: #288ED6;
}
.AnyTagClassName
{
color: #288ED6;
}
</style>
background-color css
<style>
a { background-color: #288ED6; }
a { background-color: rgb(40,142,214); }
div.DivClassName
{
background-color: #288ED6;
}
.BgClassName
{
background-color: #288ED6;
}
</style>
border-color css
<style>
span { border-color: #288ED6; }
span { border-color: rgb(40,142,214); }
td.TdClassName
{
border-color: #288ED6;
}
.TagClassName
{
border-color: #288ED6;
}
</style>