Shades of Curious Blue #288CCF
Tints of Curious Blue #288CCF
RGB
CMYK
RGB Variations
Color information
#288CCF (or 0x288CCF) is known color: Curious Blue. HEX triplet: 28, 8C and CF. RGB value is (40,140,207). Sum of RGB (Red+Green+Blue) = 40+140+207=387 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.34% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #288CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288CCF is #D77330. Grayscale: #757575. Windows color (decimal): -14119729 or 13601832. OLE color: 13601832.
HSL color Cylindrical-coordinate representation of color #288CCF: hue angle of 204.07º degrees, saturation: 0.68, 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 #288CCF is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 140 | 207 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.19 |
| HSL | 204.07º | 0.68% | 0.48% | - |
| HSV(B) | 204.07º | 0.81% | 0.81% | - |
| XYZ | 21.52 | 23.71 | 62.47 | - |
| YUV | 117.74 | 178.37 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 207 | 0.81 | 0.32 | 0 | 0.19 | 204.07 | 0.68 | 0.48 |
| Hex | 28 | 8C | CF | 51 | 20 | 0 | 13 | CC | 44 | 30 |
| Octal | 50 | 214 | 317 | 121 | 40 | 0 | 23 | 314 | 104 | 60 |
| Binary | 101000 | 10001100 | 11001111 | 1010001 | 100000 | 0 | 10011 | 11001100 | 1000100 | 110000 |
Color Harmonies of #288CCF
Complementary color
Monochromatic Colors of #288CCF
Black with #288CCF
Text Example
Text Example
White with #288CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288CCF; }
p { color: rgb(40,140,207); }
H1.HeaderClassName
{
color: #288CCF;
}
.AnyTagClassName
{
color: #288CCF;
}
</style>
background-color css
<style>
a { background-color: #288CCF; }
a { background-color: rgb(40,140,207); }
div.DivClassName
{
background-color: #288CCF;
}
.BgClassName
{
background-color: #288CCF;
}
</style>
border-color css
<style>
span { border-color: #288CCF; }
span { border-color: rgb(40,140,207); }
td.TdClassName
{
border-color: #288CCF;
}
.TagClassName
{
border-color: #288CCF;
}
</style>