Shades of Curious Blue #287DC5
Tints of Curious Blue #287DC5
RGB
CMYK
RGB Variations
Color information
#287DC5 (or 0x287DC5) is known color: Curious Blue. HEX triplet: 28, 7D and C5. RGB value is (40,125,197). Sum of RGB (Red+Green+Blue) = 40+125+197=362 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.05% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 197 (77.34% from 255 or 54.42% from 362); Max value from RGB is 197 - color contains mainly: blue. Hex color #287DC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287DC5 is #D7823A. Grayscale: #6B6B6B. Windows color (decimal): -14123579 or 12942632. OLE color: 12942632.
HSL color Cylindrical-coordinate representation of color #287DC5: hue angle of 207.52º 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 #287DC5 is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 125 | 197 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.23 |
| HSL | 207.52º | 0.66% | 0.46% | - |
| HSV(B) | 207.52º | 0.8% | 0.77% | - |
| XYZ | 18.29 | 19.15 | 55.56 | - |
| YUV | 107.79 | 178.34 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 125 | 197 | 0.80 | 0.37 | 0 | 0.23 | 207.52 | 0.66 | 0.46 |
| Hex | 28 | 7D | C5 | 50 | 25 | 0 | 17 | D0 | 42 | 2E |
| Octal | 50 | 175 | 305 | 120 | 45 | 0 | 27 | 320 | 102 | 56 |
| Binary | 101000 | 1111101 | 11000101 | 1010000 | 100101 | 0 | 10111 | 11010000 | 1000010 | 101110 |
Color Harmonies of #287DC5
Complementary color
Monochromatic Colors of #287DC5
Black with #287DC5
Text Example
Text Example
White with #287DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287DC5; }
p { color: rgb(40,125,197); }
H1.HeaderClassName
{
color: #287DC5;
}
.AnyTagClassName
{
color: #287DC5;
}
</style>
background-color css
<style>
a { background-color: #287DC5; }
a { background-color: rgb(40,125,197); }
div.DivClassName
{
background-color: #287DC5;
}
.BgClassName
{
background-color: #287DC5;
}
</style>
border-color css
<style>
span { border-color: #287DC5; }
span { border-color: rgb(40,125,197); }
td.TdClassName
{
border-color: #287DC5;
}
.TagClassName
{
border-color: #287DC5;
}
</style>