Shades of Curious Blue #2680BD
Tints of Curious Blue #2680BD
RGB
CMYK
RGB Variations
Color information
#2680BD (or 0x2680BD) is known color: Curious Blue. HEX triplet: 26, 80 and BD. RGB value is (38,128,189). Sum of RGB (Red+Green+Blue) = 38+128+189=355 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.70% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #2680BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2680BD is #D97F42. Grayscale: #6B6B6B. Windows color (decimal): -14253891 or 12419110. OLE color: 12419110.
HSL color Cylindrical-coordinate representation of color #2680BD: hue angle of 204.24º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2680BD is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 128 | 189 | - |
| CMYK | 0.80 | 0.32 | 0 | 0.26 |
| HSL | 204.24º | 0.67% | 0.45% | - |
| HSV(B) | 204.24º | 0.8% | 0.74% | - |
| XYZ | 17.7 | 19.52 | 50.98 | - |
| YUV | 108.04 | 173.68 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 128 | 189 | 0.80 | 0.32 | 0 | 0.26 | 204.24 | 0.67 | 0.45 |
| Hex | 26 | 80 | BD | 50 | 20 | 0 | 1A | CC | 43 | 2D |
| Octal | 46 | 200 | 275 | 120 | 40 | 0 | 32 | 314 | 103 | 55 |
| Binary | 100110 | 10000000 | 10111101 | 1010000 | 100000 | 0 | 11010 | 11001100 | 1000011 | 101101 |
Color Harmonies of #2680BD
Complementary color
Monochromatic Colors of #2680BD
Black with #2680BD
Text Example
Text Example
White with #2680BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2680BD; }
p { color: rgb(38,128,189); }
H1.HeaderClassName
{
color: #2680BD;
}
.AnyTagClassName
{
color: #2680BD;
}
</style>
background-color css
<style>
a { background-color: #2680BD; }
a { background-color: rgb(38,128,189); }
div.DivClassName
{
background-color: #2680BD;
}
.BgClassName
{
background-color: #2680BD;
}
</style>
border-color css
<style>
span { border-color: #2680BD; }
span { border-color: rgb(38,128,189); }
td.TdClassName
{
border-color: #2680BD;
}
.TagClassName
{
border-color: #2680BD;
}
</style>