Shades of Curious Blue #287DC0
Tints of Curious Blue #287DC0
RGB
CMYK
RGB Variations
Color information
#287DC0 (or 0x287DC0) is known color: Curious Blue. HEX triplet: 28, 7D and C0. RGB value is (40,125,192). Sum of RGB (Red+Green+Blue) = 40+125+192=357 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.20% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 192 (75.39% from 255 or 53.78% from 357); Max value from RGB is 192 - color contains mainly: blue. Hex color #287DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287DC0 is #D7823F. Grayscale: #6A6A6A. Windows color (decimal): -14123584 or 12614952. OLE color: 12614952.
HSL color Cylindrical-coordinate representation of color #287DC0: hue angle of 206.45º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #287DC0 is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 125 | 192 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.25 |
| HSL | 206.45º | 0.66% | 0.45% | - |
| HSV(B) | 206.45º | 0.79% | 0.75% | - |
| XYZ | 17.72 | 18.92 | 52.59 | - |
| YUV | 107.22 | 175.84 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 125 | 192 | 0.79 | 0.35 | 0 | 0.25 | 206.45 | 0.66 | 0.45 |
| Hex | 28 | 7D | C0 | 4F | 23 | 0 | 19 | CE | 42 | 2D |
| Octal | 50 | 175 | 300 | 117 | 43 | 0 | 31 | 316 | 102 | 55 |
| Binary | 101000 | 1111101 | 11000000 | 1001111 | 100011 | 0 | 11001 | 11001110 | 1000010 | 101101 |
Color Harmonies of #287DC0
Complementary color
Monochromatic Colors of #287DC0
Black with #287DC0
Text Example
Text Example
White with #287DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287DC0; }
p { color: rgb(40,125,192); }
H1.HeaderClassName
{
color: #287DC0;
}
.AnyTagClassName
{
color: #287DC0;
}
</style>
background-color css
<style>
a { background-color: #287DC0; }
a { background-color: rgb(40,125,192); }
div.DivClassName
{
background-color: #287DC0;
}
.BgClassName
{
background-color: #287DC0;
}
</style>
border-color css
<style>
span { border-color: #287DC0; }
span { border-color: rgb(40,125,192); }
td.TdClassName
{
border-color: #287DC0;
}
.TagClassName
{
border-color: #287DC0;
}
</style>