Shades of Curious Blue #288ECE
Tints of Curious Blue #288ECE
RGB
CMYK
RGB Variations
Color information
#288ECE (or 0x288ECE) is known color: Curious Blue. HEX triplet: 28, 8E and CE. RGB value is (40,142,206). Sum of RGB (Red+Green+Blue) = 40+142+206=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #288ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288ECE is #D77131. Grayscale: #767676. Windows color (decimal): -14119218 or 13536808. OLE color: 13536808.
HSL color Cylindrical-coordinate representation of color #288ECE: hue angle of 203.13º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #288ECE is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 142 | 206 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.19 |
| HSL | 203.13º | 0.67% | 0.48% | - |
| HSV(B) | 203.13º | 0.81% | 0.81% | - |
| XYZ | 21.69 | 24.25 | 61.93 | - |
| YUV | 118.8 | 177.21 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 206 | 0.81 | 0.31 | 0 | 0.19 | 203.13 | 0.67 | 0.48 |
| Hex | 28 | 8E | CE | 51 | 1F | 0 | 13 | CB | 43 | 30 |
| Octal | 50 | 216 | 316 | 121 | 37 | 0 | 23 | 313 | 103 | 60 |
| Binary | 101000 | 10001110 | 11001110 | 1010001 | 11111 | 0 | 10011 | 11001011 | 1000011 | 110000 |
Color Harmonies of #288ECE
Complementary color
Monochromatic Colors of #288ECE
Black with #288ECE
Text Example
Text Example
White with #288ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288ECE; }
p { color: rgb(40,142,206); }
H1.HeaderClassName
{
color: #288ECE;
}
.AnyTagClassName
{
color: #288ECE;
}
</style>
background-color css
<style>
a { background-color: #288ECE; }
a { background-color: rgb(40,142,206); }
div.DivClassName
{
background-color: #288ECE;
}
.BgClassName
{
background-color: #288ECE;
}
</style>
border-color css
<style>
span { border-color: #288ECE; }
span { border-color: rgb(40,142,206); }
td.TdClassName
{
border-color: #288ECE;
}
.TagClassName
{
border-color: #288ECE;
}
</style>