Shades of Curious Blue #288ACF
Tints of Curious Blue #288ACF
RGB
CMYK
RGB Variations
Color information
#288ACF (or 0x288ACF) is known color: Curious Blue. HEX triplet: 28, 8A and CF. RGB value is (40,138,207). Sum of RGB (Red+Green+Blue) = 40+138+207=385 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.39% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #288ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288ACF is #D77530. Grayscale: #747474. Windows color (decimal): -14120241 or 13601320. OLE color: 13601320.
HSL color Cylindrical-coordinate representation of color #288ACF: hue angle of 204.79º 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 #288ACF is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 138 | 207 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.19 |
| HSL | 204.79º | 0.68% | 0.48% | - |
| HSV(B) | 204.79º | 0.81% | 0.81% | - |
| XYZ | 21.23 | 23.13 | 62.38 | - |
| YUV | 116.56 | 179.03 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 207 | 0.81 | 0.33 | 0 | 0.19 | 204.79 | 0.68 | 0.48 |
| Hex | 28 | 8A | CF | 51 | 21 | 0 | 13 | CD | 44 | 30 |
| Octal | 50 | 212 | 317 | 121 | 41 | 0 | 23 | 315 | 104 | 60 |
| Binary | 101000 | 10001010 | 11001111 | 1010001 | 100001 | 0 | 10011 | 11001101 | 1000100 | 110000 |
Color Harmonies of #288ACF
Complementary color
Monochromatic Colors of #288ACF
Black with #288ACF
Text Example
Text Example
White with #288ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288ACF; }
p { color: rgb(40,138,207); }
H1.HeaderClassName
{
color: #288ACF;
}
.AnyTagClassName
{
color: #288ACF;
}
</style>
background-color css
<style>
a { background-color: #288ACF; }
a { background-color: rgb(40,138,207); }
div.DivClassName
{
background-color: #288ACF;
}
.BgClassName
{
background-color: #288ACF;
}
</style>
border-color css
<style>
span { border-color: #288ACF; }
span { border-color: rgb(40,138,207); }
td.TdClassName
{
border-color: #288ACF;
}
.TagClassName
{
border-color: #288ACF;
}
</style>