Shades of Curious Blue #278FD1
Tints of Curious Blue #278FD1
RGB
CMYK
RGB Variations
Color information
#278FD1 (or 0x278FD1) is known color: Curious Blue. HEX triplet: 27, 8F and D1. RGB value is (39,143,209). Sum of RGB (Red+Green+Blue) = 39+143+209=391 (51% of max value = 765). Red value is 39 (15.62% from 255 or 9.97% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 209 (82.03% from 255 or 53.45% from 391); Max value from RGB is 209 - color contains mainly: blue. Hex color #278FD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278FD1 is #D8702E. Grayscale: #777777. Windows color (decimal): -14184495 or 13733671. OLE color: 13733671.
HSL color Cylindrical-coordinate representation of color #278FD1: hue angle of 203.29º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #278FD1 is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 143 | 209 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.18 |
| HSL | 203.29º | 0.69% | 0.49% | - |
| HSV(B) | 203.29º | 0.81% | 0.82% | - |
| XYZ | 22.17 | 24.68 | 63.92 | - |
| YUV | 119.43 | 178.54 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 143 | 209 | 0.81 | 0.32 | 0 | 0.18 | 203.29 | 0.69 | 0.49 |
| Hex | 27 | 8F | D1 | 51 | 20 | 0 | 12 | CB | 45 | 31 |
| Octal | 47 | 217 | 321 | 121 | 40 | 0 | 22 | 313 | 105 | 61 |
| Binary | 100111 | 10001111 | 11010001 | 1010001 | 100000 | 0 | 10010 | 11001011 | 1000101 | 110001 |
Color Harmonies of #278FD1
Complementary color
Monochromatic Colors of #278FD1
Black with #278FD1
Text Example
Text Example
White with #278FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278FD1; }
p { color: rgb(39,143,209); }
H1.HeaderClassName
{
color: #278FD1;
}
.AnyTagClassName
{
color: #278FD1;
}
</style>
background-color css
<style>
a { background-color: #278FD1; }
a { background-color: rgb(39,143,209); }
div.DivClassName
{
background-color: #278FD1;
}
.BgClassName
{
background-color: #278FD1;
}
</style>
border-color css
<style>
span { border-color: #278FD1; }
span { border-color: rgb(39,143,209); }
td.TdClassName
{
border-color: #278FD1;
}
.TagClassName
{
border-color: #278FD1;
}
</style>