Shades of Curious Blue #287ABB
Tints of Curious Blue #287ABB
RGB
CMYK
RGB Variations
Color information
#287ABB (or 0x287ABB) is known color: Curious Blue. HEX triplet: 28, 7A and BB. RGB value is (40,122,187). Sum of RGB (Red+Green+Blue) = 40+122+187=349 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.46% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #287ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287ABB is #D78544. Grayscale: #686868. Windows color (decimal): -14124357 or 12286504. OLE color: 12286504.
HSL color Cylindrical-coordinate representation of color #287ABB: hue angle of 206.53º 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 #287ABB is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 122 | 187 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.27 |
| HSL | 206.53º | 0.65% | 0.45% | - |
| HSV(B) | 206.53º | 0.79% | 0.73% | - |
| XYZ | 16.8 | 17.96 | 49.59 | - |
| YUV | 104.89 | 174.33 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 187 | 0.79 | 0.35 | 0 | 0.27 | 206.53 | 0.65 | 0.45 |
| Hex | 28 | 7A | BB | 4F | 23 | 0 | 1B | CF | 41 | 2D |
| Octal | 50 | 172 | 273 | 117 | 43 | 0 | 33 | 317 | 101 | 55 |
| Binary | 101000 | 1111010 | 10111011 | 1001111 | 100011 | 0 | 11011 | 11001111 | 1000001 | 101101 |
Color Harmonies of #287ABB
Complementary color
Monochromatic Colors of #287ABB
Black with #287ABB
Text Example
Text Example
White with #287ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287ABB; }
p { color: rgb(40,122,187); }
H1.HeaderClassName
{
color: #287ABB;
}
.AnyTagClassName
{
color: #287ABB;
}
</style>
background-color css
<style>
a { background-color: #287ABB; }
a { background-color: rgb(40,122,187); }
div.DivClassName
{
background-color: #287ABB;
}
.BgClassName
{
background-color: #287ABB;
}
</style>
border-color css
<style>
span { border-color: #287ABB; }
span { border-color: rgb(40,122,187); }
td.TdClassName
{
border-color: #287ABB;
}
.TagClassName
{
border-color: #287ABB;
}
</style>