Shades of Curious Blue #287CCC
Tints of Curious Blue #287CCC
RGB
CMYK
RGB Variations
Color information
#287CCC (or 0x287CCC) is known color: Curious Blue. HEX triplet: 28, 7C and CC. RGB value is (40,124,204). Sum of RGB (Red+Green+Blue) = 40+124+204=368 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.87% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #287CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287CCC is #D78333. Grayscale: #6B6B6B. Windows color (decimal): -14123828 or 13401128. OLE color: 13401128.
HSL color Cylindrical-coordinate representation of color #287CCC: hue angle of 209.27º 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 #287CCC is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 124 | 204 | - |
| CMYK | 0.80 | 0.39 | 0 | 0.2 |
| HSL | 209.27º | 0.67% | 0.48% | - |
| HSV(B) | 209.27º | 0.8% | 0.8% | - |
| XYZ | 18.98 | 19.23 | 59.84 | - |
| YUV | 108 | 182.17 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 124 | 204 | 0.80 | 0.39 | 0 | 0.2 | 209.27 | 0.67 | 0.48 |
| Hex | 28 | 7C | CC | 50 | 27 | 0 | 14 | D1 | 43 | 30 |
| Octal | 50 | 174 | 314 | 120 | 47 | 0 | 24 | 321 | 103 | 60 |
| Binary | 101000 | 1111100 | 11001100 | 1010000 | 100111 | 0 | 10100 | 11010001 | 1000011 | 110000 |
Color Harmonies of #287CCC
Complementary color
Monochromatic Colors of #287CCC
Black with #287CCC
Text Example
Text Example
White with #287CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287CCC; }
p { color: rgb(40,124,204); }
H1.HeaderClassName
{
color: #287CCC;
}
.AnyTagClassName
{
color: #287CCC;
}
</style>
background-color css
<style>
a { background-color: #287CCC; }
a { background-color: rgb(40,124,204); }
div.DivClassName
{
background-color: #287CCC;
}
.BgClassName
{
background-color: #287CCC;
}
</style>
border-color css
<style>
span { border-color: #287CCC; }
span { border-color: rgb(40,124,204); }
td.TdClassName
{
border-color: #287CCC;
}
.TagClassName
{
border-color: #287CCC;
}
</style>