Shades of Curious Blue #278ED4
Tints of Curious Blue #278ED4
RGB
CMYK
RGB Variations
Color information
#278ED4 (or 0x278ED4) is known color: Curious Blue. HEX triplet: 27, 8E and D4. RGB value is (39,142,212). Sum of RGB (Red+Green+Blue) = 39+142+212=393 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.92% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 212 (83.20% from 255 or 53.94% from 393); Max value from RGB is 212 - color contains mainly: blue. Hex color #278ED4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278ED4 is #D8712B. Grayscale: #767676. Windows color (decimal): -14184748 or 13930023. OLE color: 13930023.
HSL color Cylindrical-coordinate representation of color #278ED4: hue angle of 204.28º 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 #278ED4 is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 39 | 142 | 212 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.17 |
| HSL | 204.28º | 0.69% | 0.49% | - |
| HSV(B) | 204.28º | 0.82% | 0.83% | - |
| XYZ | 22.39 | 24.53 | 65.84 | - |
| YUV | 119.18 | 180.38 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 142 | 212 | 0.82 | 0.33 | 0 | 0.17 | 204.28 | 0.69 | 0.49 |
| Hex | 27 | 8E | D4 | 52 | 21 | 0 | 11 | CC | 45 | 31 |
| Octal | 47 | 216 | 324 | 122 | 41 | 0 | 21 | 314 | 105 | 61 |
| Binary | 100111 | 10001110 | 11010100 | 1010010 | 100001 | 0 | 10001 | 11001100 | 1000101 | 110001 |
Color Harmonies of #278ED4
Complementary color
Monochromatic Colors of #278ED4
Black with #278ED4
Text Example
Text Example
White with #278ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278ED4; }
p { color: rgb(39,142,212); }
H1.HeaderClassName
{
color: #278ED4;
}
.AnyTagClassName
{
color: #278ED4;
}
</style>
background-color css
<style>
a { background-color: #278ED4; }
a { background-color: rgb(39,142,212); }
div.DivClassName
{
background-color: #278ED4;
}
.BgClassName
{
background-color: #278ED4;
}
</style>
border-color css
<style>
span { border-color: #278ED4; }
span { border-color: rgb(39,142,212); }
td.TdClassName
{
border-color: #278ED4;
}
.TagClassName
{
border-color: #278ED4;
}
</style>