Shades of Curious Blue #4082BC
Tints of Curious Blue #4082BC
RGB
CMYK
RGB Variations
Color information
#4082BC (or 0x4082BC) is known color: Curious Blue. HEX triplet: 40, 82 and BC. RGB value is (64,130,188). Sum of RGB (Red+Green+Blue) = 64+130+188=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #4082BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4082BC is #BF7D43. Grayscale: #747474. Windows color (decimal): -12549444 or 12354112. OLE color: 12354112.
HSL color Cylindrical-coordinate representation of color #4082BC: hue angle of 208.06º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4082BC is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 130 | 188 | - |
| CMYK | 0.66 | 0.31 | 0 | 0.26 |
| HSL | 208.06º | 0.49% | 0.49% | - |
| HSV(B) | 208.06º | 0.66% | 0.74% | - |
| XYZ | 19.17 | 20.69 | 50.56 | - |
| YUV | 116.88 | 168.13 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 130 | 188 | 0.66 | 0.31 | 0 | 0.26 | 208.06 | 0.49 | 0.49 |
| Hex | 40 | 82 | BC | 42 | 1F | 0 | 1A | D0 | 31 | 31 |
| Octal | 100 | 202 | 274 | 102 | 37 | 0 | 32 | 320 | 61 | 61 |
| Binary | 1000000 | 10000010 | 10111100 | 1000010 | 11111 | 0 | 11010 | 11010000 | 110001 | 110001 |
Color Harmonies of #4082BC
Complementary color
Monochromatic Colors of #4082BC
Black with #4082BC
Text Example
Text Example
White with #4082BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4082BC; }
p { color: rgb(64,130,188); }
H1.HeaderClassName
{
color: #4082BC;
}
.AnyTagClassName
{
color: #4082BC;
}
</style>
background-color css
<style>
a { background-color: #4082BC; }
a { background-color: rgb(64,130,188); }
div.DivClassName
{
background-color: #4082BC;
}
.BgClassName
{
background-color: #4082BC;
}
</style>
border-color css
<style>
span { border-color: #4082BC; }
span { border-color: rgb(64,130,188); }
td.TdClassName
{
border-color: #4082BC;
}
.TagClassName
{
border-color: #4082BC;
}
</style>