Shades of Curious Blue #2680D8
Tints of Curious Blue #2680D8
RGB
CMYK
RGB Variations
Color information
#2680D8 (or 0x2680D8) is known color: Curious Blue. HEX triplet: 26, 80 and D8. RGB value is (38,128,216). Sum of RGB (Red+Green+Blue) = 38+128+216=382 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.95% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 216 (84.77% from 255 or 56.54% from 382); Max value from RGB is 216 - color contains mainly: blue. Hex color #2680D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2680D8 is #D97F27. Grayscale: #6E6E6E. Windows color (decimal): -14253864 or 14188582. OLE color: 14188582.
HSL color Cylindrical-coordinate representation of color #2680D8: hue angle of 209.66º degrees, saturation: 0.7, 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 #2680D8 is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 128 | 216 | - |
| CMYK | 0.82 | 0.41 | 0 | 0.15 |
| HSL | 209.66º | 0.7% | 0.5% | - |
| HSV(B) | 209.66º | 0.82% | 0.85% | - |
| XYZ | 20.91 | 20.81 | 67.88 | - |
| YUV | 111.12 | 187.18 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 128 | 216 | 0.82 | 0.41 | 0 | 0.15 | 209.66 | 0.7 | 0.5 |
| Hex | 26 | 80 | D8 | 52 | 29 | 0 | F | D2 | 46 | 32 |
| Octal | 46 | 200 | 330 | 122 | 51 | 0 | 17 | 322 | 106 | 62 |
| Binary | 100110 | 10000000 | 11011000 | 1010010 | 101001 | 0 | 1111 | 11010010 | 1000110 | 110010 |
Color Harmonies of #2680D8
Complementary color
Monochromatic Colors of #2680D8
Black with #2680D8
Text Example
Text Example
White with #2680D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2680D8; }
p { color: rgb(38,128,216); }
H1.HeaderClassName
{
color: #2680D8;
}
.AnyTagClassName
{
color: #2680D8;
}
</style>
background-color css
<style>
a { background-color: #2680D8; }
a { background-color: rgb(38,128,216); }
div.DivClassName
{
background-color: #2680D8;
}
.BgClassName
{
background-color: #2680D8;
}
</style>
border-color css
<style>
span { border-color: #2680D8; }
span { border-color: rgb(38,128,216); }
td.TdClassName
{
border-color: #2680D8;
}
.TagClassName
{
border-color: #2680D8;
}
</style>