Shades of Curious Blue #288FCD
Tints of Curious Blue #288FCD
RGB
CMYK
RGB Variations
Color information
#288FCD (or 0x288FCD) is known color: Curious Blue. HEX triplet: 28, 8F and CD. RGB value is (40,143,205). Sum of RGB (Red+Green+Blue) = 40+143+205=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #288FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288FCD is #D77032. Grayscale: #767676. Windows color (decimal): -14118963 or 13471528. OLE color: 13471528.
HSL color Cylindrical-coordinate representation of color #288FCD: hue angle of 202.55º 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 #288FCD is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 143 | 205 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.20 |
| HSL | 202.55º | 0.67% | 0.48% | - |
| HSV(B) | 202.55º | 0.8% | 0.8% | - |
| XYZ | 21.72 | 24.5 | 61.34 | - |
| YUV | 119.27 | 176.38 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 205 | 0.80 | 0.30 | 0 | 0.20 | 202.55 | 0.67 | 0.48 |
| Hex | 28 | 8F | CD | 50 | 1E | 0 | 14 | CB | 43 | 30 |
| Octal | 50 | 217 | 315 | 120 | 36 | 0 | 24 | 313 | 103 | 60 |
| Binary | 101000 | 10001111 | 11001101 | 1010000 | 11110 | 0 | 10100 | 11001011 | 1000011 | 110000 |
Color Harmonies of #288FCD
Complementary color
Monochromatic Colors of #288FCD
Black with #288FCD
Text Example
Text Example
White with #288FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288FCD; }
p { color: rgb(40,143,205); }
H1.HeaderClassName
{
color: #288FCD;
}
.AnyTagClassName
{
color: #288FCD;
}
</style>
background-color css
<style>
a { background-color: #288FCD; }
a { background-color: rgb(40,143,205); }
div.DivClassName
{
background-color: #288FCD;
}
.BgClassName
{
background-color: #288FCD;
}
</style>
border-color css
<style>
span { border-color: #288FCD; }
span { border-color: rgb(40,143,205); }
td.TdClassName
{
border-color: #288FCD;
}
.TagClassName
{
border-color: #288FCD;
}
</style>