Shades of Curious Blue #287ECE
Tints of Curious Blue #287ECE
RGB
CMYK
RGB Variations
Color information
#287ECE (or 0x287ECE) is known color: Curious Blue. HEX triplet: 28, 7E and CE. RGB value is (40,126,206). Sum of RGB (Red+Green+Blue) = 40+126+206=372 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.75% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #287ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287ECE is #D78131. Grayscale: #6C6C6C. Windows color (decimal): -14123314 or 13532712. OLE color: 13532712.
HSL color Cylindrical-coordinate representation of color #287ECE: hue angle of 208.92º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #287ECE is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 126 | 206 | - |
| CMYK | 0.81 | 0.39 | 0 | 0.19 |
| HSL | 208.92º | 0.67% | 0.48% | - |
| HSV(B) | 208.92º | 0.81% | 0.81% | - |
| XYZ | 19.48 | 19.83 | 61.19 | - |
| YUV | 109.41 | 182.51 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 126 | 206 | 0.81 | 0.39 | 0 | 0.19 | 208.92 | 0.67 | 0.48 |
| Hex | 28 | 7E | CE | 51 | 27 | 0 | 13 | D1 | 43 | 30 |
| Octal | 50 | 176 | 316 | 121 | 47 | 0 | 23 | 321 | 103 | 60 |
| Binary | 101000 | 1111110 | 11001110 | 1010001 | 100111 | 0 | 10011 | 11010001 | 1000011 | 110000 |
Color Harmonies of #287ECE
Complementary color
Monochromatic Colors of #287ECE
Black with #287ECE
Text Example
Text Example
White with #287ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287ECE; }
p { color: rgb(40,126,206); }
H1.HeaderClassName
{
color: #287ECE;
}
.AnyTagClassName
{
color: #287ECE;
}
</style>
background-color css
<style>
a { background-color: #287ECE; }
a { background-color: rgb(40,126,206); }
div.DivClassName
{
background-color: #287ECE;
}
.BgClassName
{
background-color: #287ECE;
}
</style>
border-color css
<style>
span { border-color: #287ECE; }
span { border-color: rgb(40,126,206); }
td.TdClassName
{
border-color: #287ECE;
}
.TagClassName
{
border-color: #287ECE;
}
</style>