Shades of Curious Blue #287EC5
Tints of Curious Blue #287EC5
RGB
CMYK
RGB Variations
Color information
#287EC5 (or 0x287EC5) is known color: Curious Blue. HEX triplet: 28, 7E and C5. RGB value is (40,126,197). Sum of RGB (Red+Green+Blue) = 40+126+197=363 (48% of max value = 765). Red value is 40 (16.02% from 255 or 11.02% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 197 (77.34% from 255 or 54.27% from 363); Max value from RGB is 197 - color contains mainly: blue. Hex color #287EC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287EC5 is #D7813A. Grayscale: #6C6C6C. Windows color (decimal): -14123323 or 12942888. OLE color: 12942888.
HSL color Cylindrical-coordinate representation of color #287EC5: hue angle of 207.13º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #287EC5 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 126 | 197 | - |
| CMYK | 0.80 | 0.36 | 0 | 0.23 |
| HSL | 207.13º | 0.66% | 0.46% | - |
| HSV(B) | 207.13º | 0.8% | 0.77% | - |
| XYZ | 18.41 | 19.4 | 55.6 | - |
| YUV | 108.38 | 178.01 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 126 | 197 | 0.80 | 0.36 | 0 | 0.23 | 207.13 | 0.66 | 0.46 |
| Hex | 28 | 7E | C5 | 50 | 24 | 0 | 17 | CF | 42 | 2E |
| Octal | 50 | 176 | 305 | 120 | 44 | 0 | 27 | 317 | 102 | 56 |
| Binary | 101000 | 1111110 | 11000101 | 1010000 | 100100 | 0 | 10111 | 11001111 | 1000010 | 101110 |
Color Harmonies of #287EC5
Complementary color
Monochromatic Colors of #287EC5
Black with #287EC5
Text Example
Text Example
White with #287EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287EC5; }
p { color: rgb(40,126,197); }
H1.HeaderClassName
{
color: #287EC5;
}
.AnyTagClassName
{
color: #287EC5;
}
</style>
background-color css
<style>
a { background-color: #287EC5; }
a { background-color: rgb(40,126,197); }
div.DivClassName
{
background-color: #287EC5;
}
.BgClassName
{
background-color: #287EC5;
}
</style>
border-color css
<style>
span { border-color: #287EC5; }
span { border-color: rgb(40,126,197); }
td.TdClassName
{
border-color: #287EC5;
}
.TagClassName
{
border-color: #287EC5;
}
</style>