Shades of Curious Blue #287BBB
Tints of Curious Blue #287BBB
RGB
CMYK
RGB Variations
Color information
#287BBB (or 0x287BBB) is known color: Curious Blue. HEX triplet: 28, 7B and BB. RGB value is (40,123,187). Sum of RGB (Red+Green+Blue) = 40+123+187=350 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.43% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #287BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287BBB is #D78444. Grayscale: #696969. Windows color (decimal): -14124101 or 12286760. OLE color: 12286760.
HSL color Cylindrical-coordinate representation of color #287BBB: hue angle of 206.12º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #287BBB is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 123 | 187 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.27 |
| HSL | 206.12º | 0.65% | 0.45% | - |
| HSV(B) | 206.12º | 0.79% | 0.73% | - |
| XYZ | 16.93 | 18.2 | 49.64 | - |
| YUV | 105.48 | 174 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 123 | 187 | 0.79 | 0.34 | 0 | 0.27 | 206.12 | 0.65 | 0.45 |
| Hex | 28 | 7B | BB | 4F | 22 | 0 | 1B | CE | 41 | 2D |
| Octal | 50 | 173 | 273 | 117 | 42 | 0 | 33 | 316 | 101 | 55 |
| Binary | 101000 | 1111011 | 10111011 | 1001111 | 100010 | 0 | 11011 | 11001110 | 1000001 | 101101 |
Color Harmonies of #287BBB
Complementary color
Monochromatic Colors of #287BBB
Black with #287BBB
Text Example
Text Example
White with #287BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287BBB; }
p { color: rgb(40,123,187); }
H1.HeaderClassName
{
color: #287BBB;
}
.AnyTagClassName
{
color: #287BBB;
}
</style>
background-color css
<style>
a { background-color: #287BBB; }
a { background-color: rgb(40,123,187); }
div.DivClassName
{
background-color: #287BBB;
}
.BgClassName
{
background-color: #287BBB;
}
</style>
border-color css
<style>
span { border-color: #287BBB; }
span { border-color: rgb(40,123,187); }
td.TdClassName
{
border-color: #287BBB;
}
.TagClassName
{
border-color: #287BBB;
}
</style>