Shades of Curious Blue #288BD5
Tints of Curious Blue #288BD5
RGB
CMYK
RGB Variations
Color information
#288BD5 (or 0x288BD5) is known color: Curious Blue. HEX triplet: 28, 8B and D5. RGB value is (40,139,213). Sum of RGB (Red+Green+Blue) = 40+139+213=392 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.20% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 213 (83.59% from 255 or 54.34% from 392); Max value from RGB is 213 - color contains mainly: blue. Hex color #288BD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288BD5 is #D7742A. Grayscale: #757575. Windows color (decimal): -14119979 or 13994792. OLE color: 13994792.
HSL color Cylindrical-coordinate representation of color #288BD5: hue angle of 205.66º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #288BD5 is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 139 | 213 | - |
| CMYK | 0.81 | 0.35 | 0 | 0.16 |
| HSL | 205.66º | 0.68% | 0.5% | - |
| HSV(B) | 205.66º | 0.81% | 0.84% | - |
| XYZ | 22.12 | 23.72 | 66.36 | - |
| YUV | 117.84 | 181.7 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 213 | 0.81 | 0.35 | 0 | 0.16 | 205.66 | 0.68 | 0.5 |
| Hex | 28 | 8B | D5 | 51 | 23 | 0 | 10 | CE | 44 | 32 |
| Octal | 50 | 213 | 325 | 121 | 43 | 0 | 20 | 316 | 104 | 62 |
| Binary | 101000 | 10001011 | 11010101 | 1010001 | 100011 | 0 | 10000 | 11001110 | 1000100 | 110010 |
Color Harmonies of #288BD5
Complementary color
Monochromatic Colors of #288BD5
Black with #288BD5
Text Example
Text Example
White with #288BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288BD5; }
p { color: rgb(40,139,213); }
H1.HeaderClassName
{
color: #288BD5;
}
.AnyTagClassName
{
color: #288BD5;
}
</style>
background-color css
<style>
a { background-color: #288BD5; }
a { background-color: rgb(40,139,213); }
div.DivClassName
{
background-color: #288BD5;
}
.BgClassName
{
background-color: #288BD5;
}
</style>
border-color css
<style>
span { border-color: #288BD5; }
span { border-color: rgb(40,139,213); }
td.TdClassName
{
border-color: #288BD5;
}
.TagClassName
{
border-color: #288BD5;
}
</style>