Shades of Curious Blue #288AD6
Tints of Curious Blue #288AD6
RGB
CMYK
RGB Variations
Color information
#288AD6 (or 0x288AD6) is known color: Curious Blue. HEX triplet: 28, 8A and D6. RGB value is (40,138,214). Sum of RGB (Red+Green+Blue) = 40+138+214=392 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.20% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 214 (83.98% from 255 or 54.59% from 392); Max value from RGB is 214 - color contains mainly: blue. Hex color #288AD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288AD6 is #D77529. Grayscale: #747474. Windows color (decimal): -14120234 or 14060072. OLE color: 14060072.
HSL color Cylindrical-coordinate representation of color #288AD6: hue angle of 206.21º degrees, saturation: 0.69, 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 #288AD6 is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 138 | 214 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.16 |
| HSL | 206.21º | 0.69% | 0.5% | - |
| HSV(B) | 206.21º | 0.81% | 0.84% | - |
| XYZ | 22.1 | 23.48 | 66.99 | - |
| YUV | 117.36 | 182.53 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 214 | 0.81 | 0.36 | 0 | 0.16 | 206.21 | 0.69 | 0.5 |
| Hex | 28 | 8A | D6 | 51 | 24 | 0 | 10 | CE | 45 | 32 |
| Octal | 50 | 212 | 326 | 121 | 44 | 0 | 20 | 316 | 105 | 62 |
| Binary | 101000 | 10001010 | 11010110 | 1010001 | 100100 | 0 | 10000 | 11001110 | 1000101 | 110010 |
Color Harmonies of #288AD6
Complementary color
Monochromatic Colors of #288AD6
Black with #288AD6
Text Example
Text Example
White with #288AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288AD6; }
p { color: rgb(40,138,214); }
H1.HeaderClassName
{
color: #288AD6;
}
.AnyTagClassName
{
color: #288AD6;
}
</style>
background-color css
<style>
a { background-color: #288AD6; }
a { background-color: rgb(40,138,214); }
div.DivClassName
{
background-color: #288AD6;
}
.BgClassName
{
background-color: #288AD6;
}
</style>
border-color css
<style>
span { border-color: #288AD6; }
span { border-color: rgb(40,138,214); }
td.TdClassName
{
border-color: #288AD6;
}
.TagClassName
{
border-color: #288AD6;
}
</style>