Shades of Curious Blue #278DC9
Tints of Curious Blue #278DC9
RGB
CMYK
RGB Variations
Color information
#278DC9 (or 0x278DC9) is known color: Curious Blue. HEX triplet: 27, 8D and C9. RGB value is (39,141,201). Sum of RGB (Red+Green+Blue) = 39+141+201=381 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.24% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #278DC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278DC9 is #D87236. Grayscale: #757575. Windows color (decimal): -14185015 or 13208871. OLE color: 13208871.
HSL color Cylindrical-coordinate representation of color #278DC9: hue angle of 202.22º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #278DC9 is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 39 | 141 | 201 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.21 |
| HSL | 202.22º | 0.68% | 0.47% | - |
| HSV(B) | 202.22º | 0.81% | 0.79% | - |
| XYZ | 20.9 | 23.7 | 58.73 | - |
| YUV | 117.34 | 175.21 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 141 | 201 | 0.81 | 0.30 | 0 | 0.21 | 202.22 | 0.68 | 0.47 |
| Hex | 27 | 8D | C9 | 51 | 1E | 0 | 15 | CA | 44 | 2F |
| Octal | 47 | 215 | 311 | 121 | 36 | 0 | 25 | 312 | 104 | 57 |
| Binary | 100111 | 10001101 | 11001001 | 1010001 | 11110 | 0 | 10101 | 11001010 | 1000100 | 101111 |
Color Harmonies of #278DC9
Complementary color
Monochromatic Colors of #278DC9
Black with #278DC9
Text Example
Text Example
White with #278DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278DC9; }
p { color: rgb(39,141,201); }
H1.HeaderClassName
{
color: #278DC9;
}
.AnyTagClassName
{
color: #278DC9;
}
</style>
background-color css
<style>
a { background-color: #278DC9; }
a { background-color: rgb(39,141,201); }
div.DivClassName
{
background-color: #278DC9;
}
.BgClassName
{
background-color: #278DC9;
}
</style>
border-color css
<style>
span { border-color: #278DC9; }
span { border-color: rgb(39,141,201); }
td.TdClassName
{
border-color: #278DC9;
}
.TagClassName
{
border-color: #278DC9;
}
</style>