Shades of Curious Blue #278FD4
Tints of Curious Blue #278FD4
RGB
CMYK
RGB Variations
Color information
#278FD4 (or 0x278FD4) is known color: Curious Blue. HEX triplet: 27, 8F and D4. RGB value is (39,143,212). Sum of RGB (Red+Green+Blue) = 39+143+212=394 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.90% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 212 (83.20% from 255 or 53.81% from 394); Max value from RGB is 212 - color contains mainly: blue. Hex color #278FD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278FD4 is #D8702B. Grayscale: #777777. Windows color (decimal): -14184492 or 13930279. OLE color: 13930279.
HSL color Cylindrical-coordinate representation of color #278FD4: hue angle of 203.93º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #278FD4 is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 39 | 143 | 212 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.17 |
| HSL | 203.93º | 0.69% | 0.49% | - |
| HSV(B) | 203.93º | 0.82% | 0.83% | - |
| XYZ | 22.54 | 24.83 | 65.89 | - |
| YUV | 119.77 | 180.04 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 143 | 212 | 0.82 | 0.33 | 0 | 0.17 | 203.93 | 0.69 | 0.49 |
| Hex | 27 | 8F | D4 | 52 | 21 | 0 | 11 | CC | 45 | 31 |
| Octal | 47 | 217 | 324 | 122 | 41 | 0 | 21 | 314 | 105 | 61 |
| Binary | 100111 | 10001111 | 11010100 | 1010010 | 100001 | 0 | 10001 | 11001100 | 1000101 | 110001 |
Color Harmonies of #278FD4
Complementary color
Monochromatic Colors of #278FD4
Black with #278FD4
Text Example
Text Example
White with #278FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278FD4; }
p { color: rgb(39,143,212); }
H1.HeaderClassName
{
color: #278FD4;
}
.AnyTagClassName
{
color: #278FD4;
}
</style>
background-color css
<style>
a { background-color: #278FD4; }
a { background-color: rgb(39,143,212); }
div.DivClassName
{
background-color: #278FD4;
}
.BgClassName
{
background-color: #278FD4;
}
</style>
border-color css
<style>
span { border-color: #278FD4; }
span { border-color: rgb(39,143,212); }
td.TdClassName
{
border-color: #278FD4;
}
.TagClassName
{
border-color: #278FD4;
}
</style>