Shades of Curious Blue #287CC9
Tints of Curious Blue #287CC9
RGB
CMYK
RGB Variations
Color information
#287CC9 (or 0x287CC9) is known color: Curious Blue. HEX triplet: 28, 7C and C9. RGB value is (40,124,201). Sum of RGB (Red+Green+Blue) = 40+124+201=365 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.96% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 201 (78.91% from 255 or 55.07% from 365); Max value from RGB is 201 - color contains mainly: blue. Hex color #287CC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287CC9 is #D78336. Grayscale: #6B6B6B. Windows color (decimal): -14123831 or 13204520. OLE color: 13204520.
HSL color Cylindrical-coordinate representation of color #287CC9: hue angle of 208.7º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #287CC9 is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 124 | 201 | - |
| CMYK | 0.80 | 0.38 | 0 | 0.21 |
| HSL | 208.7º | 0.67% | 0.47% | - |
| HSV(B) | 208.7º | 0.8% | 0.79% | - |
| XYZ | 18.63 | 19.08 | 57.96 | - |
| YUV | 107.66 | 180.67 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 124 | 201 | 0.80 | 0.38 | 0 | 0.21 | 208.7 | 0.67 | 0.47 |
| Hex | 28 | 7C | C9 | 50 | 26 | 0 | 15 | D1 | 43 | 2F |
| Octal | 50 | 174 | 311 | 120 | 46 | 0 | 25 | 321 | 103 | 57 |
| Binary | 101000 | 1111100 | 11001001 | 1010000 | 100110 | 0 | 10101 | 11010001 | 1000011 | 101111 |
Color Harmonies of #287CC9
Complementary color
Monochromatic Colors of #287CC9
Black with #287CC9
Text Example
Text Example
White with #287CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287CC9; }
p { color: rgb(40,124,201); }
H1.HeaderClassName
{
color: #287CC9;
}
.AnyTagClassName
{
color: #287CC9;
}
</style>
background-color css
<style>
a { background-color: #287CC9; }
a { background-color: rgb(40,124,201); }
div.DivClassName
{
background-color: #287CC9;
}
.BgClassName
{
background-color: #287CC9;
}
</style>
border-color css
<style>
span { border-color: #287CC9; }
span { border-color: rgb(40,124,201); }
td.TdClassName
{
border-color: #287CC9;
}
.TagClassName
{
border-color: #287CC9;
}
</style>