Shades of Curious Blue #278DCB
Tints of Curious Blue #278DCB
RGB
CMYK
RGB Variations
Color information
#278DCB (or 0x278DCB) is known color: Curious Blue. HEX triplet: 27, 8D and CB. RGB value is (39,141,203). Sum of RGB (Red+Green+Blue) = 39+141+203=383 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.18% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #278DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278DCB is #D87234. Grayscale: #757575. Windows color (decimal): -14185013 or 13339943. OLE color: 13339943.
HSL color Cylindrical-coordinate representation of color #278DCB: hue angle of 202.68º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #278DCB is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 141 | 203 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.20 |
| HSL | 202.68º | 0.68% | 0.47% | - |
| HSV(B) | 202.68º | 0.81% | 0.8% | - |
| XYZ | 21.14 | 23.79 | 59.98 | - |
| YUV | 117.57 | 176.21 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 141 | 203 | 0.81 | 0.31 | 0 | 0.20 | 202.68 | 0.68 | 0.47 |
| Hex | 27 | 8D | CB | 51 | 1F | 0 | 14 | CB | 44 | 2F |
| Octal | 47 | 215 | 313 | 121 | 37 | 0 | 24 | 313 | 104 | 57 |
| Binary | 100111 | 10001101 | 11001011 | 1010001 | 11111 | 0 | 10100 | 11001011 | 1000100 | 101111 |
Color Harmonies of #278DCB
Complementary color
Monochromatic Colors of #278DCB
Black with #278DCB
Text Example
Text Example
White with #278DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278DCB; }
p { color: rgb(39,141,203); }
H1.HeaderClassName
{
color: #278DCB;
}
.AnyTagClassName
{
color: #278DCB;
}
</style>
background-color css
<style>
a { background-color: #278DCB; }
a { background-color: rgb(39,141,203); }
div.DivClassName
{
background-color: #278DCB;
}
.BgClassName
{
background-color: #278DCB;
}
</style>
border-color css
<style>
span { border-color: #278DCB; }
span { border-color: rgb(39,141,203); }
td.TdClassName
{
border-color: #278DCB;
}
.TagClassName
{
border-color: #278DCB;
}
</style>