Shades of Curious Blue #287ED3
Tints of Curious Blue #287ED3
RGB
CMYK
RGB Variations
Color information
#287ED3 (or 0x287ED3) is known color: Curious Blue. HEX triplet: 28, 7E and D3. RGB value is (40,126,211). Sum of RGB (Red+Green+Blue) = 40+126+211=377 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.61% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 211 (82.81% from 255 or 55.97% from 377); Max value from RGB is 211 - color contains mainly: blue. Hex color #287ED3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287ED3 is #D7812C. Grayscale: #6D6D6D. Windows color (decimal): -14123309 or 13860392. OLE color: 13860392.
HSL color Cylindrical-coordinate representation of color #287ED3: hue angle of 209.82º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #287ED3 is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 40 | 126 | 211 | - |
| CMYK | 0.81 | 0.40 | 0 | 0.17 |
| HSL | 209.82º | 0.68% | 0.49% | - |
| HSV(B) | 209.82º | 0.81% | 0.83% | - |
| XYZ | 20.09 | 20.08 | 64.44 | - |
| YUV | 109.98 | 185.01 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 126 | 211 | 0.81 | 0.40 | 0 | 0.17 | 209.82 | 0.68 | 0.49 |
| Hex | 28 | 7E | D3 | 51 | 28 | 0 | 11 | D2 | 44 | 31 |
| Octal | 50 | 176 | 323 | 121 | 50 | 0 | 21 | 322 | 104 | 61 |
| Binary | 101000 | 1111110 | 11010011 | 1010001 | 101000 | 0 | 10001 | 11010010 | 1000100 | 110001 |
Color Harmonies of #287ED3
Complementary color
Monochromatic Colors of #287ED3
Black with #287ED3
Text Example
Text Example
White with #287ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287ED3; }
p { color: rgb(40,126,211); }
H1.HeaderClassName
{
color: #287ED3;
}
.AnyTagClassName
{
color: #287ED3;
}
</style>
background-color css
<style>
a { background-color: #287ED3; }
a { background-color: rgb(40,126,211); }
div.DivClassName
{
background-color: #287ED3;
}
.BgClassName
{
background-color: #287ED3;
}
</style>
border-color css
<style>
span { border-color: #287ED3; }
span { border-color: rgb(40,126,211); }
td.TdClassName
{
border-color: #287ED3;
}
.TagClassName
{
border-color: #287ED3;
}
</style>