Shades of Curious Blue #288CD2
Tints of Curious Blue #288CD2
RGB
CMYK
RGB Variations
Color information
#288CD2 (or 0x288CD2) is known color: Curious Blue. HEX triplet: 28, 8C and D2. RGB value is (40,140,210). Sum of RGB (Red+Green+Blue) = 40+140+210=390 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.26% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 210 (82.42% from 255 or 53.85% from 390); Max value from RGB is 210 - color contains mainly: blue. Hex color #288CD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288CD2 is #D7732D. Grayscale: #757575. Windows color (decimal): -14119726 or 13798440. OLE color: 13798440.
HSL color Cylindrical-coordinate representation of color #288CD2: hue angle of 204.71º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #288CD2 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 140 | 210 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.18 |
| HSL | 204.71º | 0.68% | 0.49% | - |
| HSV(B) | 204.71º | 0.81% | 0.82% | - |
| XYZ | 21.89 | 23.86 | 64.42 | - |
| YUV | 118.08 | 179.87 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 210 | 0.81 | 0.33 | 0 | 0.18 | 204.71 | 0.68 | 0.49 |
| Hex | 28 | 8C | D2 | 51 | 21 | 0 | 12 | CD | 44 | 31 |
| Octal | 50 | 214 | 322 | 121 | 41 | 0 | 22 | 315 | 104 | 61 |
| Binary | 101000 | 10001100 | 11010010 | 1010001 | 100001 | 0 | 10010 | 11001101 | 1000100 | 110001 |
Color Harmonies of #288CD2
Complementary color
Monochromatic Colors of #288CD2
Black with #288CD2
Text Example
Text Example
White with #288CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288CD2; }
p { color: rgb(40,140,210); }
H1.HeaderClassName
{
color: #288CD2;
}
.AnyTagClassName
{
color: #288CD2;
}
</style>
background-color css
<style>
a { background-color: #288CD2; }
a { background-color: rgb(40,140,210); }
div.DivClassName
{
background-color: #288CD2;
}
.BgClassName
{
background-color: #288CD2;
}
</style>
border-color css
<style>
span { border-color: #288CD2; }
span { border-color: rgb(40,140,210); }
td.TdClassName
{
border-color: #288CD2;
}
.TagClassName
{
border-color: #288CD2;
}
</style>