Shades of Curious Blue #4084CF
Tints of Curious Blue #4084CF
RGB
CMYK
RGB Variations
Color information
#4084CF (or 0x4084CF) is known color: Curious Blue. HEX triplet: 40, 84 and CF. RGB value is (64,132,207). Sum of RGB (Red+Green+Blue) = 64+132+207=403 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.88% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #4084CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4084CF is #BF7B30. Grayscale: #777777. Windows color (decimal): -12548913 or 13599808. OLE color: 13599808.
HSL color Cylindrical-coordinate representation of color #4084CF: hue angle of 211.47º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4084CF is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 132 | 207 | - |
| CMYK | 0.69 | 0.36 | 0 | 0.19 |
| HSL | 211.47º | 0.6% | 0.53% | - |
| HSV(B) | 211.47º | 0.69% | 0.81% | - |
| XYZ | 21.63 | 22.1 | 62.16 | - |
| YUV | 120.22 | 176.97 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 132 | 207 | 0.69 | 0.36 | 0 | 0.19 | 211.47 | 0.6 | 0.53 |
| Hex | 40 | 84 | CF | 45 | 24 | 0 | 13 | D3 | 3C | 35 |
| Octal | 100 | 204 | 317 | 105 | 44 | 0 | 23 | 323 | 74 | 65 |
| Binary | 1000000 | 10000100 | 11001111 | 1000101 | 100100 | 0 | 10011 | 11010011 | 111100 | 110101 |
Color Harmonies of #4084CF
Complementary color
Monochromatic Colors of #4084CF
Black with #4084CF
Text Example
Text Example
White with #4084CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4084CF; }
p { color: rgb(64,132,207); }
H1.HeaderClassName
{
color: #4084CF;
}
.AnyTagClassName
{
color: #4084CF;
}
</style>
background-color css
<style>
a { background-color: #4084CF; }
a { background-color: rgb(64,132,207); }
div.DivClassName
{
background-color: #4084CF;
}
.BgClassName
{
background-color: #4084CF;
}
</style>
border-color css
<style>
span { border-color: #4084CF; }
span { border-color: rgb(64,132,207); }
td.TdClassName
{
border-color: #4084CF;
}
.TagClassName
{
border-color: #4084CF;
}
</style>