Shades of Curious Blue #287FC5
Tints of Curious Blue #287FC5
RGB
CMYK
RGB Variations
Color information
#287FC5 (or 0x287FC5) is known color: Curious Blue. HEX triplet: 28, 7F and C5. RGB value is (40,127,197). Sum of RGB (Red+Green+Blue) = 40+127+197=364 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.99% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 197 (77.34% from 255 or 54.12% from 364); Max value from RGB is 197 - color contains mainly: blue. Hex color #287FC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287FC5 is #D7803A. Grayscale: #6C6C6C. Windows color (decimal): -14123067 or 12943144. OLE color: 12943144.
HSL color Cylindrical-coordinate representation of color #287FC5: hue angle of 206.75º 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 #287FC5 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 127 | 197 | - |
| CMYK | 0.80 | 0.36 | 0 | 0.23 |
| HSL | 206.75º | 0.66% | 0.46% | - |
| HSV(B) | 206.75º | 0.8% | 0.77% | - |
| XYZ | 18.54 | 19.66 | 55.64 | - |
| YUV | 108.97 | 177.68 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 127 | 197 | 0.80 | 0.36 | 0 | 0.23 | 206.75 | 0.66 | 0.46 |
| Hex | 28 | 7F | C5 | 50 | 24 | 0 | 17 | CF | 42 | 2E |
| Octal | 50 | 177 | 305 | 120 | 44 | 0 | 27 | 317 | 102 | 56 |
| Binary | 101000 | 1111111 | 11000101 | 1010000 | 100100 | 0 | 10111 | 11001111 | 1000010 | 101110 |
Color Harmonies of #287FC5
Complementary color
Monochromatic Colors of #287FC5
Black with #287FC5
Text Example
Text Example
White with #287FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287FC5; }
p { color: rgb(40,127,197); }
H1.HeaderClassName
{
color: #287FC5;
}
.AnyTagClassName
{
color: #287FC5;
}
</style>
background-color css
<style>
a { background-color: #287FC5; }
a { background-color: rgb(40,127,197); }
div.DivClassName
{
background-color: #287FC5;
}
.BgClassName
{
background-color: #287FC5;
}
</style>
border-color css
<style>
span { border-color: #287FC5; }
span { border-color: rgb(40,127,197); }
td.TdClassName
{
border-color: #287FC5;
}
.TagClassName
{
border-color: #287FC5;
}
</style>