Shades of Curious Blue #4082BB
Tints of Curious Blue #4082BB
RGB
CMYK
RGB Variations
Color information
#4082BB (or 0x4082BB) is known color: Curious Blue. HEX triplet: 40, 82 and BB. RGB value is (64,130,187). Sum of RGB (Red+Green+Blue) = 64+130+187=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #4082BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4082BB is #BF7D44. Grayscale: #747474. Windows color (decimal): -12549445 or 12288576. OLE color: 12288576.
HSL color Cylindrical-coordinate representation of color #4082BB: hue angle of 207.8º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4082BB is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 130 | 187 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.27 |
| HSL | 207.8º | 0.49% | 0.49% | - |
| HSV(B) | 207.8º | 0.66% | 0.73% | - |
| XYZ | 19.07 | 20.64 | 49.99 | - |
| YUV | 116.76 | 167.63 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 130 | 187 | 0.66 | 0.30 | 0 | 0.27 | 207.8 | 0.49 | 0.49 |
| Hex | 40 | 82 | BB | 42 | 1E | 0 | 1B | D0 | 31 | 31 |
| Octal | 100 | 202 | 273 | 102 | 36 | 0 | 33 | 320 | 61 | 61 |
| Binary | 1000000 | 10000010 | 10111011 | 1000010 | 11110 | 0 | 11011 | 11010000 | 110001 | 110001 |
Color Harmonies of #4082BB
Complementary color
Monochromatic Colors of #4082BB
Black with #4082BB
Text Example
Text Example
White with #4082BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4082BB; }
p { color: rgb(64,130,187); }
H1.HeaderClassName
{
color: #4082BB;
}
.AnyTagClassName
{
color: #4082BB;
}
</style>
background-color css
<style>
a { background-color: #4082BB; }
a { background-color: rgb(64,130,187); }
div.DivClassName
{
background-color: #4082BB;
}
.BgClassName
{
background-color: #4082BB;
}
</style>
border-color css
<style>
span { border-color: #4082BB; }
span { border-color: rgb(64,130,187); }
td.TdClassName
{
border-color: #4082BB;
}
.TagClassName
{
border-color: #4082BB;
}
</style>