Shades of Curious Blue #288FCE
Tints of Curious Blue #288FCE
RGB
CMYK
RGB Variations
Color information
#288FCE (or 0x288FCE) is known color: Curious Blue. HEX triplet: 28, 8F and CE. RGB value is (40,143,206). Sum of RGB (Red+Green+Blue) = 40+143+206=389 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.28% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #288FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288FCE is #D77031. Grayscale: #777777. Windows color (decimal): -14118962 or 13537064. OLE color: 13537064.
HSL color Cylindrical-coordinate representation of color #288FCE: hue angle of 202.77º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #288FCE is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 143 | 206 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.19 |
| HSL | 202.77º | 0.67% | 0.48% | - |
| HSV(B) | 202.77º | 0.81% | 0.81% | - |
| XYZ | 21.84 | 24.55 | 61.98 | - |
| YUV | 119.39 | 176.88 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 206 | 0.81 | 0.31 | 0 | 0.19 | 202.77 | 0.67 | 0.48 |
| Hex | 28 | 8F | CE | 51 | 1F | 0 | 13 | CB | 43 | 30 |
| Octal | 50 | 217 | 316 | 121 | 37 | 0 | 23 | 313 | 103 | 60 |
| Binary | 101000 | 10001111 | 11001110 | 1010001 | 11111 | 0 | 10011 | 11001011 | 1000011 | 110000 |
Color Harmonies of #288FCE
Complementary color
Monochromatic Colors of #288FCE
Black with #288FCE
Text Example
Text Example
White with #288FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288FCE; }
p { color: rgb(40,143,206); }
H1.HeaderClassName
{
color: #288FCE;
}
.AnyTagClassName
{
color: #288FCE;
}
</style>
background-color css
<style>
a { background-color: #288FCE; }
a { background-color: rgb(40,143,206); }
div.DivClassName
{
background-color: #288FCE;
}
.BgClassName
{
background-color: #288FCE;
}
</style>
border-color css
<style>
span { border-color: #288FCE; }
span { border-color: rgb(40,143,206); }
td.TdClassName
{
border-color: #288FCE;
}
.TagClassName
{
border-color: #288FCE;
}
</style>