Shades of Curious Blue #4083BA
Tints of Curious Blue #4083BA
RGB
CMYK
RGB Variations
Color information
#4083BA (or 0x4083BA) is known color: Curious Blue. HEX triplet: 40, 83 and BA. RGB value is (64,131,186). Sum of RGB (Red+Green+Blue) = 64+131+186=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #4083BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4083BA is #BF7C45. Grayscale: #747474. Windows color (decimal): -12549190 or 12223296. OLE color: 12223296.
HSL color Cylindrical-coordinate representation of color #4083BA: hue angle of 207.05º 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 #4083BA is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 131 | 186 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.27 |
| HSL | 207.05º | 0.49% | 0.49% | - |
| HSV(B) | 207.05º | 0.66% | 0.73% | - |
| XYZ | 19.09 | 20.87 | 49.48 | - |
| YUV | 117.24 | 166.8 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 131 | 186 | 0.66 | 0.30 | 0 | 0.27 | 207.05 | 0.49 | 0.49 |
| Hex | 40 | 83 | BA | 42 | 1E | 0 | 1B | CF | 31 | 31 |
| Octal | 100 | 203 | 272 | 102 | 36 | 0 | 33 | 317 | 61 | 61 |
| Binary | 1000000 | 10000011 | 10111010 | 1000010 | 11110 | 0 | 11011 | 11001111 | 110001 | 110001 |
Color Harmonies of #4083BA
Complementary color
Monochromatic Colors of #4083BA
Black with #4083BA
Text Example
Text Example
White with #4083BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4083BA; }
p { color: rgb(64,131,186); }
H1.HeaderClassName
{
color: #4083BA;
}
.AnyTagClassName
{
color: #4083BA;
}
</style>
background-color css
<style>
a { background-color: #4083BA; }
a { background-color: rgb(64,131,186); }
div.DivClassName
{
background-color: #4083BA;
}
.BgClassName
{
background-color: #4083BA;
}
</style>
border-color css
<style>
span { border-color: #4083BA; }
span { border-color: rgb(64,131,186); }
td.TdClassName
{
border-color: #4083BA;
}
.TagClassName
{
border-color: #4083BA;
}
</style>