Shades of Curious Blue #2682BD
Tints of Curious Blue #2682BD
RGB
CMYK
RGB Variations
Color information
#2682BD (or 0x2682BD) is known color: Curious Blue. HEX triplet: 26, 82 and BD. RGB value is (38,130,189). Sum of RGB (Red+Green+Blue) = 38+130+189=357 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.64% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #2682BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2682BD is #D97D42. Grayscale: #6C6C6C. Windows color (decimal): -14253379 or 12419622. OLE color: 12419622.
HSL color Cylindrical-coordinate representation of color #2682BD: hue angle of 203.44º 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 #2682BD is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 130 | 189 | - |
| CMYK | 0.80 | 0.31 | 0 | 0.26 |
| HSL | 203.44º | 0.67% | 0.45% | - |
| HSV(B) | 203.44º | 0.8% | 0.74% | - |
| XYZ | 17.97 | 20.05 | 51.07 | - |
| YUV | 109.22 | 173.02 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 130 | 189 | 0.80 | 0.31 | 0 | 0.26 | 203.44 | 0.67 | 0.45 |
| Hex | 26 | 82 | BD | 50 | 1F | 0 | 1A | CB | 43 | 2D |
| Octal | 46 | 202 | 275 | 120 | 37 | 0 | 32 | 313 | 103 | 55 |
| Binary | 100110 | 10000010 | 10111101 | 1010000 | 11111 | 0 | 11010 | 11001011 | 1000011 | 101101 |
Color Harmonies of #2682BD
Complementary color
Monochromatic Colors of #2682BD
Black with #2682BD
Text Example
Text Example
White with #2682BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2682BD; }
p { color: rgb(38,130,189); }
H1.HeaderClassName
{
color: #2682BD;
}
.AnyTagClassName
{
color: #2682BD;
}
</style>
background-color css
<style>
a { background-color: #2682BD; }
a { background-color: rgb(38,130,189); }
div.DivClassName
{
background-color: #2682BD;
}
.BgClassName
{
background-color: #2682BD;
}
</style>
border-color css
<style>
span { border-color: #2682BD; }
span { border-color: rgb(38,130,189); }
td.TdClassName
{
border-color: #2682BD;
}
.TagClassName
{
border-color: #2682BD;
}
</style>