Shades of Curious Blue #2682BF
Tints of Curious Blue #2682BF
RGB
CMYK
RGB Variations
Color information
#2682BF (or 0x2682BF) is known color: Curious Blue. HEX triplet: 26, 82 and BF. RGB value is (38,130,191). Sum of RGB (Red+Green+Blue) = 38+130+191=359 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.58% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #2682BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2682BF is #D97D40. Grayscale: #6D6D6D. Windows color (decimal): -14253377 or 12550694. OLE color: 12550694.
HSL color Cylindrical-coordinate representation of color #2682BF: hue angle of 203.92º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2682BF is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 130 | 191 | - |
| CMYK | 0.80 | 0.32 | 0 | 0.25 |
| HSL | 203.92º | 0.67% | 0.45% | - |
| HSV(B) | 203.92º | 0.8% | 0.75% | - |
| XYZ | 18.19 | 20.14 | 52.22 | - |
| YUV | 109.45 | 174.02 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 130 | 191 | 0.80 | 0.32 | 0 | 0.25 | 203.92 | 0.67 | 0.45 |
| Hex | 26 | 82 | BF | 50 | 20 | 0 | 19 | CC | 43 | 2D |
| Octal | 46 | 202 | 277 | 120 | 40 | 0 | 31 | 314 | 103 | 55 |
| Binary | 100110 | 10000010 | 10111111 | 1010000 | 100000 | 0 | 11001 | 11001100 | 1000011 | 101101 |
Color Harmonies of #2682BF
Complementary color
Monochromatic Colors of #2682BF
Black with #2682BF
Text Example
Text Example
White with #2682BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2682BF; }
p { color: rgb(38,130,191); }
H1.HeaderClassName
{
color: #2682BF;
}
.AnyTagClassName
{
color: #2682BF;
}
</style>
background-color css
<style>
a { background-color: #2682BF; }
a { background-color: rgb(38,130,191); }
div.DivClassName
{
background-color: #2682BF;
}
.BgClassName
{
background-color: #2682BF;
}
</style>
border-color css
<style>
span { border-color: #2682BF; }
span { border-color: rgb(38,130,191); }
td.TdClassName
{
border-color: #2682BF;
}
.TagClassName
{
border-color: #2682BF;
}
</style>