Shades of Curious Blue #278AD8
Tints of Curious Blue #278AD8
RGB
CMYK
RGB Variations
Color information
#278AD8 (or 0x278AD8) is known color: Curious Blue. HEX triplet: 27, 8A and D8. RGB value is (39,138,216). Sum of RGB (Red+Green+Blue) = 39+138+216=393 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.92% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 216 (84.77% from 255 or 54.96% from 393); Max value from RGB is 216 - color contains mainly: blue. Hex color #278AD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278AD8 is #D87527. Grayscale: #747474. Windows color (decimal): -14185768 or 14191143. OLE color: 14191143.
HSL color Cylindrical-coordinate representation of color #278AD8: hue angle of 206.44º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #278AD8 is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 138 | 216 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.15 |
| HSL | 206.44º | 0.69% | 0.5% | - |
| HSV(B) | 206.44º | 0.82% | 0.85% | - |
| XYZ | 22.32 | 23.57 | 68.34 | - |
| YUV | 117.29 | 183.7 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 138 | 216 | 0.82 | 0.36 | 0 | 0.15 | 206.44 | 0.69 | 0.5 |
| Hex | 27 | 8A | D8 | 52 | 24 | 0 | F | CE | 45 | 32 |
| Octal | 47 | 212 | 330 | 122 | 44 | 0 | 17 | 316 | 105 | 62 |
| Binary | 100111 | 10001010 | 11011000 | 1010010 | 100100 | 0 | 1111 | 11001110 | 1000101 | 110010 |
Color Harmonies of #278AD8
Complementary color
Monochromatic Colors of #278AD8
Black with #278AD8
Text Example
Text Example
White with #278AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278AD8; }
p { color: rgb(39,138,216); }
H1.HeaderClassName
{
color: #278AD8;
}
.AnyTagClassName
{
color: #278AD8;
}
</style>
background-color css
<style>
a { background-color: #278AD8; }
a { background-color: rgb(39,138,216); }
div.DivClassName
{
background-color: #278AD8;
}
.BgClassName
{
background-color: #278AD8;
}
</style>
border-color css
<style>
span { border-color: #278AD8; }
span { border-color: rgb(39,138,216); }
td.TdClassName
{
border-color: #278AD8;
}
.TagClassName
{
border-color: #278AD8;
}
</style>