Shades of Curious Blue #287CCB
Tints of Curious Blue #287CCB
RGB
CMYK
RGB Variations
Color information
#287CCB (or 0x287CCB) is known color: Curious Blue. HEX triplet: 28, 7C and CB. RGB value is (40,124,203). Sum of RGB (Red+Green+Blue) = 40+124+203=367 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.90% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #287CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287CCB is #D78334. Grayscale: #6B6B6B. Windows color (decimal): -14123829 or 13335592. OLE color: 13335592.
HSL color Cylindrical-coordinate representation of color #287CCB: hue angle of 209.08º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #287CCB is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 124 | 203 | - |
| CMYK | 0.80 | 0.39 | 0 | 0.20 |
| HSL | 209.08º | 0.67% | 0.48% | - |
| HSV(B) | 209.08º | 0.8% | 0.8% | - |
| XYZ | 18.86 | 19.18 | 59.21 | - |
| YUV | 107.89 | 181.67 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 124 | 203 | 0.80 | 0.39 | 0 | 0.20 | 209.08 | 0.67 | 0.48 |
| Hex | 28 | 7C | CB | 50 | 27 | 0 | 14 | D1 | 43 | 30 |
| Octal | 50 | 174 | 313 | 120 | 47 | 0 | 24 | 321 | 103 | 60 |
| Binary | 101000 | 1111100 | 11001011 | 1010000 | 100111 | 0 | 10100 | 11010001 | 1000011 | 110000 |
Color Harmonies of #287CCB
Complementary color
Monochromatic Colors of #287CCB
Black with #287CCB
Text Example
Text Example
White with #287CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287CCB; }
p { color: rgb(40,124,203); }
H1.HeaderClassName
{
color: #287CCB;
}
.AnyTagClassName
{
color: #287CCB;
}
</style>
background-color css
<style>
a { background-color: #287CCB; }
a { background-color: rgb(40,124,203); }
div.DivClassName
{
background-color: #287CCB;
}
.BgClassName
{
background-color: #287CCB;
}
</style>
border-color css
<style>
span { border-color: #287CCB; }
span { border-color: rgb(40,124,203); }
td.TdClassName
{
border-color: #287CCB;
}
.TagClassName
{
border-color: #287CCB;
}
</style>