Shades of Curious Blue #287FCC
Tints of Curious Blue #287FCC
RGB
CMYK
RGB Variations
Color information
#287FCC (or 0x287FCC) is known color: Curious Blue. HEX triplet: 28, 7F and CC. RGB value is (40,127,204). Sum of RGB (Red+Green+Blue) = 40+127+204=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #287FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287FCC is #D78033. Grayscale: #6D6D6D. Windows color (decimal): -14123060 or 13401896. OLE color: 13401896.
HSL color Cylindrical-coordinate representation of color #287FCC: hue angle of 208.17º 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 #287FCC is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 127 | 204 | - |
| CMYK | 0.80 | 0.38 | 0 | 0.2 |
| HSL | 208.17º | 0.67% | 0.48% | - |
| HSV(B) | 208.17º | 0.8% | 0.8% | - |
| XYZ | 19.36 | 19.99 | 59.96 | - |
| YUV | 109.77 | 181.18 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 127 | 204 | 0.80 | 0.38 | 0 | 0.2 | 208.17 | 0.67 | 0.48 |
| Hex | 28 | 7F | CC | 50 | 26 | 0 | 14 | D0 | 43 | 30 |
| Octal | 50 | 177 | 314 | 120 | 46 | 0 | 24 | 320 | 103 | 60 |
| Binary | 101000 | 1111111 | 11001100 | 1010000 | 100110 | 0 | 10100 | 11010000 | 1000011 | 110000 |
Color Harmonies of #287FCC
Complementary color
Monochromatic Colors of #287FCC
Black with #287FCC
Text Example
Text Example
White with #287FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287FCC; }
p { color: rgb(40,127,204); }
H1.HeaderClassName
{
color: #287FCC;
}
.AnyTagClassName
{
color: #287FCC;
}
</style>
background-color css
<style>
a { background-color: #287FCC; }
a { background-color: rgb(40,127,204); }
div.DivClassName
{
background-color: #287FCC;
}
.BgClassName
{
background-color: #287FCC;
}
</style>
border-color css
<style>
span { border-color: #287FCC; }
span { border-color: rgb(40,127,204); }
td.TdClassName
{
border-color: #287FCC;
}
.TagClassName
{
border-color: #287FCC;
}
</style>