Shades of Curious Blue #288DD4
Tints of Curious Blue #288DD4
RGB
CMYK
RGB Variations
Color information
#288DD4 (or 0x288DD4) is known color: Curious Blue. HEX triplet: 28, 8D and D4. RGB value is (40,141,212). Sum of RGB (Red+Green+Blue) = 40+141+212=393 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.18% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 212 (83.20% from 255 or 53.94% from 393); Max value from RGB is 212 - color contains mainly: blue. Hex color #288DD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288DD4 is #D7722B. Grayscale: #767676. Windows color (decimal): -14119468 or 13929768. OLE color: 13929768.
HSL color Cylindrical-coordinate representation of color #288DD4: hue angle of 204.77º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #288DD4 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 40 | 141 | 212 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.17 |
| HSL | 204.77º | 0.68% | 0.49% | - |
| HSV(B) | 204.77º | 0.81% | 0.83% | - |
| XYZ | 22.28 | 24.25 | 65.79 | - |
| YUV | 118.9 | 180.54 | 71.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 212 | 0.81 | 0.33 | 0 | 0.17 | 204.77 | 0.68 | 0.49 |
| Hex | 28 | 8D | D4 | 51 | 21 | 0 | 11 | CD | 44 | 31 |
| Octal | 50 | 215 | 324 | 121 | 41 | 0 | 21 | 315 | 104 | 61 |
| Binary | 101000 | 10001101 | 11010100 | 1010001 | 100001 | 0 | 10001 | 11001101 | 1000100 | 110001 |
Color Harmonies of #288DD4
Complementary color
Monochromatic Colors of #288DD4
Black with #288DD4
Text Example
Text Example
White with #288DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288DD4; }
p { color: rgb(40,141,212); }
H1.HeaderClassName
{
color: #288DD4;
}
.AnyTagClassName
{
color: #288DD4;
}
</style>
background-color css
<style>
a { background-color: #288DD4; }
a { background-color: rgb(40,141,212); }
div.DivClassName
{
background-color: #288DD4;
}
.BgClassName
{
background-color: #288DD4;
}
</style>
border-color css
<style>
span { border-color: #288DD4; }
span { border-color: rgb(40,141,212); }
td.TdClassName
{
border-color: #288DD4;
}
.TagClassName
{
border-color: #288DD4;
}
</style>