Shades of Curious Blue #288ACC
Tints of Curious Blue #288ACC
RGB
CMYK
RGB Variations
Color information
#288ACC (or 0x288ACC) is known color: Curious Blue. HEX triplet: 28, 8A and CC. RGB value is (40,138,204). Sum of RGB (Red+Green+Blue) = 40+138+204=382 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.47% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #288ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288ACC is #D77533. Grayscale: #737373. Windows color (decimal): -14120244 or 13404712. OLE color: 13404712.
HSL color Cylindrical-coordinate representation of color #288ACC: hue angle of 204.15º 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 #288ACC is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 138 | 204 | - |
| CMYK | 0.80 | 0.32 | 0 | 0.2 |
| HSL | 204.15º | 0.67% | 0.48% | - |
| HSV(B) | 204.15º | 0.8% | 0.8% | - |
| XYZ | 20.86 | 22.99 | 60.46 | - |
| YUV | 116.22 | 177.53 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 204 | 0.80 | 0.32 | 0 | 0.2 | 204.15 | 0.67 | 0.48 |
| Hex | 28 | 8A | CC | 50 | 20 | 0 | 14 | CC | 43 | 30 |
| Octal | 50 | 212 | 314 | 120 | 40 | 0 | 24 | 314 | 103 | 60 |
| Binary | 101000 | 10001010 | 11001100 | 1010000 | 100000 | 0 | 10100 | 11001100 | 1000011 | 110000 |
Color Harmonies of #288ACC
Complementary color
Monochromatic Colors of #288ACC
Black with #288ACC
Text Example
Text Example
White with #288ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288ACC; }
p { color: rgb(40,138,204); }
H1.HeaderClassName
{
color: #288ACC;
}
.AnyTagClassName
{
color: #288ACC;
}
</style>
background-color css
<style>
a { background-color: #288ACC; }
a { background-color: rgb(40,138,204); }
div.DivClassName
{
background-color: #288ACC;
}
.BgClassName
{
background-color: #288ACC;
}
</style>
border-color css
<style>
span { border-color: #288ACC; }
span { border-color: rgb(40,138,204); }
td.TdClassName
{
border-color: #288ACC;
}
.TagClassName
{
border-color: #288ACC;
}
</style>