Shades of Curious Blue #4087C1
Tints of Curious Blue #4087C1
RGB
CMYK
RGB Variations
Color information
#4087C1 (or 0x4087C1) is known color: Curious Blue. HEX triplet: 40, 87 and C1. RGB value is (64,135,193). Sum of RGB (Red+Green+Blue) = 64+135+193=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #4087C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4087C1 is #BF783E. Grayscale: #787878. Windows color (decimal): -12548159 or 12683072. OLE color: 12683072.
HSL color Cylindrical-coordinate representation of color #4087C1: hue angle of 206.98º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4087C1 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 135 | 193 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.24 |
| HSL | 206.98º | 0.51% | 0.5% | - |
| HSV(B) | 206.98º | 0.67% | 0.76% | - |
| XYZ | 20.4 | 22.27 | 53.67 | - |
| YUV | 120.38 | 168.98 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 135 | 193 | 0.67 | 0.30 | 0 | 0.24 | 206.98 | 0.51 | 0.5 |
| Hex | 40 | 87 | C1 | 43 | 1E | 0 | 18 | CF | 33 | 32 |
| Octal | 100 | 207 | 301 | 103 | 36 | 0 | 30 | 317 | 63 | 62 |
| Binary | 1000000 | 10000111 | 11000001 | 1000011 | 11110 | 0 | 11000 | 11001111 | 110011 | 110010 |
Color Harmonies of #4087C1
Complementary color
Monochromatic Colors of #4087C1
Black with #4087C1
Text Example
Text Example
White with #4087C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4087C1; }
p { color: rgb(64,135,193); }
H1.HeaderClassName
{
color: #4087C1;
}
.AnyTagClassName
{
color: #4087C1;
}
</style>
background-color css
<style>
a { background-color: #4087C1; }
a { background-color: rgb(64,135,193); }
div.DivClassName
{
background-color: #4087C1;
}
.BgClassName
{
background-color: #4087C1;
}
</style>
border-color css
<style>
span { border-color: #4087C1; }
span { border-color: rgb(64,135,193); }
td.TdClassName
{
border-color: #4087C1;
}
.TagClassName
{
border-color: #4087C1;
}
</style>