Shades of Curious Blue #288ECF
Tints of Curious Blue #288ECF
RGB
CMYK
RGB Variations
Color information
#288ECF (or 0x288ECF) is known color: Curious Blue. HEX triplet: 28, 8E and CF. RGB value is (40,142,207). Sum of RGB (Red+Green+Blue) = 40+142+207=389 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.28% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #288ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288ECF is #D77130. Grayscale: #767676. Windows color (decimal): -14119217 or 13602344. OLE color: 13602344.
HSL color Cylindrical-coordinate representation of color #288ECF: hue angle of 203.35º degrees, saturation: 0.68, 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 #288ECF is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 142 | 207 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.19 |
| HSL | 203.35º | 0.68% | 0.48% | - |
| HSV(B) | 203.35º | 0.81% | 0.81% | - |
| XYZ | 21.81 | 24.3 | 62.57 | - |
| YUV | 118.91 | 177.71 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 207 | 0.81 | 0.31 | 0 | 0.19 | 203.35 | 0.68 | 0.48 |
| Hex | 28 | 8E | CF | 51 | 1F | 0 | 13 | CB | 44 | 30 |
| Octal | 50 | 216 | 317 | 121 | 37 | 0 | 23 | 313 | 104 | 60 |
| Binary | 101000 | 10001110 | 11001111 | 1010001 | 11111 | 0 | 10011 | 11001011 | 1000100 | 110000 |
Color Harmonies of #288ECF
Complementary color
Monochromatic Colors of #288ECF
Black with #288ECF
Text Example
Text Example
White with #288ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288ECF; }
p { color: rgb(40,142,207); }
H1.HeaderClassName
{
color: #288ECF;
}
.AnyTagClassName
{
color: #288ECF;
}
</style>
background-color css
<style>
a { background-color: #288ECF; }
a { background-color: rgb(40,142,207); }
div.DivClassName
{
background-color: #288ECF;
}
.BgClassName
{
background-color: #288ECF;
}
</style>
border-color css
<style>
span { border-color: #288ECF; }
span { border-color: rgb(40,142,207); }
td.TdClassName
{
border-color: #288ECF;
}
.TagClassName
{
border-color: #288ECF;
}
</style>