Shades of Curious Blue #287DC9
Tints of Curious Blue #287DC9
RGB
CMYK
RGB Variations
Color information
#287DC9 (or 0x287DC9) is known color: Curious Blue. HEX triplet: 28, 7D and C9. RGB value is (40,125,201). Sum of RGB (Red+Green+Blue) = 40+125+201=366 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.93% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 201 (78.91% from 255 or 54.92% from 366); Max value from RGB is 201 - color contains mainly: blue. Hex color #287DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287DC9 is #D78236. Grayscale: #6B6B6B. Windows color (decimal): -14123575 or 13204776. OLE color: 13204776.
HSL color Cylindrical-coordinate representation of color #287DC9: hue angle of 208.32º 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 #287DC9 is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 125 | 201 | - |
| CMYK | 0.80 | 0.38 | 0 | 0.21 |
| HSL | 208.32º | 0.67% | 0.47% | - |
| HSV(B) | 208.32º | 0.8% | 0.79% | - |
| XYZ | 18.75 | 19.34 | 58 | - |
| YUV | 108.25 | 180.34 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 125 | 201 | 0.80 | 0.38 | 0 | 0.21 | 208.32 | 0.67 | 0.47 |
| Hex | 28 | 7D | C9 | 50 | 26 | 0 | 15 | D0 | 43 | 2F |
| Octal | 50 | 175 | 311 | 120 | 46 | 0 | 25 | 320 | 103 | 57 |
| Binary | 101000 | 1111101 | 11001001 | 1010000 | 100110 | 0 | 10101 | 11010000 | 1000011 | 101111 |
Color Harmonies of #287DC9
Complementary color
Monochromatic Colors of #287DC9
Black with #287DC9
Text Example
Text Example
White with #287DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287DC9; }
p { color: rgb(40,125,201); }
H1.HeaderClassName
{
color: #287DC9;
}
.AnyTagClassName
{
color: #287DC9;
}
</style>
background-color css
<style>
a { background-color: #287DC9; }
a { background-color: rgb(40,125,201); }
div.DivClassName
{
background-color: #287DC9;
}
.BgClassName
{
background-color: #287DC9;
}
</style>
border-color css
<style>
span { border-color: #287DC9; }
span { border-color: rgb(40,125,201); }
td.TdClassName
{
border-color: #287DC9;
}
.TagClassName
{
border-color: #287DC9;
}
</style>