Shades of Curious Blue #287DB1
Tints of Curious Blue #287DB1
RGB
CMYK
RGB Variations
Color information
#287DB1 (or 0x287DB1) is known color: Curious Blue. HEX triplet: 28, 7D and B1. RGB value is (40,125,177). Sum of RGB (Red+Green+Blue) = 40+125+177=342 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.70% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 177 (69.53% from 255 or 51.75% from 342); Max value from RGB is 177 - color contains mainly: blue. Hex color #287DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287DB1 is #D7824E. Grayscale: #696969. Windows color (decimal): -14123599 or 11631912. OLE color: 11631912.
HSL color Cylindrical-coordinate representation of color #287DB1: hue angle of 202.77º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #287DB1 is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 125 | 177 | - |
| CMYK | 0.77 | 0.29 | 0 | 0.31 |
| HSL | 202.77º | 0.63% | 0.43% | - |
| HSV(B) | 202.77º | 0.77% | 0.69% | - |
| XYZ | 16.14 | 18.29 | 44.27 | - |
| YUV | 105.51 | 168.34 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 125 | 177 | 0.77 | 0.29 | 0 | 0.31 | 202.77 | 0.63 | 0.43 |
| Hex | 28 | 7D | B1 | 4D | 1D | 0 | 1F | CB | 3F | 2B |
| Octal | 50 | 175 | 261 | 115 | 35 | 0 | 37 | 313 | 77 | 53 |
| Binary | 101000 | 1111101 | 10110001 | 1001101 | 11101 | 0 | 11111 | 11001011 | 111111 | 101011 |
Color Harmonies of #287DB1
Complementary color
Monochromatic Colors of #287DB1
Black with #287DB1
Text Example
Text Example
White with #287DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287DB1; }
p { color: rgb(40,125,177); }
H1.HeaderClassName
{
color: #287DB1;
}
.AnyTagClassName
{
color: #287DB1;
}
</style>
background-color css
<style>
a { background-color: #287DB1; }
a { background-color: rgb(40,125,177); }
div.DivClassName
{
background-color: #287DB1;
}
.BgClassName
{
background-color: #287DB1;
}
</style>
border-color css
<style>
span { border-color: #287DB1; }
span { border-color: rgb(40,125,177); }
td.TdClassName
{
border-color: #287DB1;
}
.TagClassName
{
border-color: #287DB1;
}
</style>