Shades of Curious Blue #288FCC
Tints of Curious Blue #288FCC
RGB
CMYK
RGB Variations
Color information
#288FCC (or 0x288FCC) is known color: Curious Blue. HEX triplet: 28, 8F and CC. RGB value is (40,143,204). Sum of RGB (Red+Green+Blue) = 40+143+204=387 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.34% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #288FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288FCC is #D77033. Grayscale: #767676. Windows color (decimal): -14118964 or 13405992. OLE color: 13405992.
HSL color Cylindrical-coordinate representation of color #288FCC: hue angle of 202.32º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #288FCC is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 143 | 204 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.2 |
| HSL | 202.32º | 0.67% | 0.48% | - |
| HSV(B) | 202.32º | 0.8% | 0.8% | - |
| XYZ | 21.6 | 24.46 | 60.71 | - |
| YUV | 119.16 | 175.88 | 71.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 204 | 0.80 | 0.30 | 0 | 0.2 | 202.32 | 0.67 | 0.48 |
| Hex | 28 | 8F | CC | 50 | 1E | 0 | 14 | CA | 43 | 30 |
| Octal | 50 | 217 | 314 | 120 | 36 | 0 | 24 | 312 | 103 | 60 |
| Binary | 101000 | 10001111 | 11001100 | 1010000 | 11110 | 0 | 10100 | 11001010 | 1000011 | 110000 |
Color Harmonies of #288FCC
Complementary color
Monochromatic Colors of #288FCC
Black with #288FCC
Text Example
Text Example
White with #288FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288FCC; }
p { color: rgb(40,143,204); }
H1.HeaderClassName
{
color: #288FCC;
}
.AnyTagClassName
{
color: #288FCC;
}
</style>
background-color css
<style>
a { background-color: #288FCC; }
a { background-color: rgb(40,143,204); }
div.DivClassName
{
background-color: #288FCC;
}
.BgClassName
{
background-color: #288FCC;
}
</style>
border-color css
<style>
span { border-color: #288FCC; }
span { border-color: rgb(40,143,204); }
td.TdClassName
{
border-color: #288FCC;
}
.TagClassName
{
border-color: #288FCC;
}
</style>