Shades of Curious Blue #288FCB
Tints of Curious Blue #288FCB
RGB
CMYK
RGB Variations
Color information
#288FCB (or 0x288FCB) is known color: Curious Blue. HEX triplet: 28, 8F and CB. RGB value is (40,143,203). Sum of RGB (Red+Green+Blue) = 40+143+203=386 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.36% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #288FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288FCB is #D77034. Grayscale: #767676. Windows color (decimal): -14118965 or 13340456. OLE color: 13340456.
HSL color Cylindrical-coordinate representation of color #288FCB: hue angle of 202.09º 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 #288FCB is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 143 | 203 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.20 |
| HSL | 202.09º | 0.67% | 0.48% | - |
| HSV(B) | 202.09º | 0.8% | 0.8% | - |
| XYZ | 21.48 | 24.41 | 60.08 | - |
| YUV | 119.04 | 175.38 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 203 | 0.80 | 0.30 | 0 | 0.20 | 202.09 | 0.67 | 0.48 |
| Hex | 28 | 8F | CB | 50 | 1E | 0 | 14 | CA | 43 | 30 |
| Octal | 50 | 217 | 313 | 120 | 36 | 0 | 24 | 312 | 103 | 60 |
| Binary | 101000 | 10001111 | 11001011 | 1010000 | 11110 | 0 | 10100 | 11001010 | 1000011 | 110000 |
Color Harmonies of #288FCB
Complementary color
Monochromatic Colors of #288FCB
Black with #288FCB
Text Example
Text Example
White with #288FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288FCB; }
p { color: rgb(40,143,203); }
H1.HeaderClassName
{
color: #288FCB;
}
.AnyTagClassName
{
color: #288FCB;
}
</style>
background-color css
<style>
a { background-color: #288FCB; }
a { background-color: rgb(40,143,203); }
div.DivClassName
{
background-color: #288FCB;
}
.BgClassName
{
background-color: #288FCB;
}
</style>
border-color css
<style>
span { border-color: #288FCB; }
span { border-color: rgb(40,143,203); }
td.TdClassName
{
border-color: #288FCB;
}
.TagClassName
{
border-color: #288FCB;
}
</style>