Shades of Curious Blue #288EC8
Tints of Curious Blue #288EC8
RGB
CMYK
RGB Variations
Color information
#288EC8 (or 0x288EC8) is known color: Curious Blue. HEX triplet: 28, 8E and C8. RGB value is (40,142,200). Sum of RGB (Red+Green+Blue) = 40+142+200=382 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.47% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 200 (78.52% from 255 or 52.36% from 382); Max value from RGB is 200 - color contains mainly: blue. Hex color #288EC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288EC8 is #D77137. Grayscale: #757575. Windows color (decimal): -14119224 or 13143592. OLE color: 13143592.
HSL color Cylindrical-coordinate representation of color #288EC8: hue angle of 201.75º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #288EC8 is Cyan = 0.8, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 142 | 200 | - |
| CMYK | 0.8 | 0.29 | 0 | 0.22 |
| HSL | 201.75º | 0.67% | 0.47% | - |
| HSV(B) | 201.75º | 0.8% | 0.78% | - |
| XYZ | 20.97 | 23.97 | 58.16 | - |
| YUV | 118.11 | 174.21 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 200 | 0.8 | 0.29 | 0 | 0.22 | 201.75 | 0.67 | 0.47 |
| Hex | 28 | 8E | C8 | 50 | 1D | 0 | 16 | CA | 43 | 2F |
| Octal | 50 | 216 | 310 | 120 | 35 | 0 | 26 | 312 | 103 | 57 |
| Binary | 101000 | 10001110 | 11001000 | 1010000 | 11101 | 0 | 10110 | 11001010 | 1000011 | 101111 |
Color Harmonies of #288EC8
Complementary color
Monochromatic Colors of #288EC8
Black with #288EC8
Text Example
Text Example
White with #288EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288EC8; }
p { color: rgb(40,142,200); }
H1.HeaderClassName
{
color: #288EC8;
}
.AnyTagClassName
{
color: #288EC8;
}
</style>
background-color css
<style>
a { background-color: #288EC8; }
a { background-color: rgb(40,142,200); }
div.DivClassName
{
background-color: #288EC8;
}
.BgClassName
{
background-color: #288EC8;
}
</style>
border-color css
<style>
span { border-color: #288EC8; }
span { border-color: rgb(40,142,200); }
td.TdClassName
{
border-color: #288EC8;
}
.TagClassName
{
border-color: #288EC8;
}
</style>