Shades of Curious Blue #287CD5
Tints of Curious Blue #287CD5
RGB
CMYK
RGB Variations
Color information
#287CD5 (or 0x287CD5) is known color: Curious Blue. HEX triplet: 28, 7C and D5. RGB value is (40,124,213). Sum of RGB (Red+Green+Blue) = 40+124+213=377 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.61% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 213 (83.59% from 255 or 56.50% from 377); Max value from RGB is 213 - color contains mainly: blue. Hex color #287CD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287CD5 is #D7832A. Grayscale: #6C6C6C. Windows color (decimal): -14123819 or 13990952. OLE color: 13990952.
HSL color Cylindrical-coordinate representation of color #287CD5: hue angle of 210.87º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #287CD5 is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 124 | 213 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.16 |
| HSL | 210.87º | 0.68% | 0.5% | - |
| HSV(B) | 210.87º | 0.81% | 0.84% | - |
| XYZ | 20.09 | 19.67 | 65.69 | - |
| YUV | 109.03 | 186.67 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 124 | 213 | 0.81 | 0.42 | 0 | 0.16 | 210.87 | 0.68 | 0.5 |
| Hex | 28 | 7C | D5 | 51 | 2A | 0 | 10 | D3 | 44 | 32 |
| Octal | 50 | 174 | 325 | 121 | 52 | 0 | 20 | 323 | 104 | 62 |
| Binary | 101000 | 1111100 | 11010101 | 1010001 | 101010 | 0 | 10000 | 11010011 | 1000100 | 110010 |
Color Harmonies of #287CD5
Complementary color
Monochromatic Colors of #287CD5
Black with #287CD5
Text Example
Text Example
White with #287CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287CD5; }
p { color: rgb(40,124,213); }
H1.HeaderClassName
{
color: #287CD5;
}
.AnyTagClassName
{
color: #287CD5;
}
</style>
background-color css
<style>
a { background-color: #287CD5; }
a { background-color: rgb(40,124,213); }
div.DivClassName
{
background-color: #287CD5;
}
.BgClassName
{
background-color: #287CD5;
}
</style>
border-color css
<style>
span { border-color: #287CD5; }
span { border-color: rgb(40,124,213); }
td.TdClassName
{
border-color: #287CD5;
}
.TagClassName
{
border-color: #287CD5;
}
</style>