Shades of Curious Blue #4087BD
Tints of Curious Blue #4087BD
RGB
CMYK
RGB Variations
Color information
#4087BD (or 0x4087BD) is known color: Curious Blue. HEX triplet: 40, 87 and BD. RGB value is (64,135,189). Sum of RGB (Red+Green+Blue) = 64+135+189=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #4087BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4087BD is #BF7842. Grayscale: #777777. Windows color (decimal): -12548163 or 12420928. OLE color: 12420928.
HSL color Cylindrical-coordinate representation of color #4087BD: hue angle of 205.92º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4087BD is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 135 | 189 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.26 |
| HSL | 205.92º | 0.49% | 0.5% | - |
| HSV(B) | 205.92º | 0.66% | 0.74% | - |
| XYZ | 19.96 | 22.09 | 51.36 | - |
| YUV | 119.93 | 166.98 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 135 | 189 | 0.66 | 0.29 | 0 | 0.26 | 205.92 | 0.49 | 0.5 |
| Hex | 40 | 87 | BD | 42 | 1D | 0 | 1A | CE | 31 | 32 |
| Octal | 100 | 207 | 275 | 102 | 35 | 0 | 32 | 316 | 61 | 62 |
| Binary | 1000000 | 10000111 | 10111101 | 1000010 | 11101 | 0 | 11010 | 11001110 | 110001 | 110010 |
Color Harmonies of #4087BD
Complementary color
Monochromatic Colors of #4087BD
Black with #4087BD
Text Example
Text Example
White with #4087BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4087BD; }
p { color: rgb(64,135,189); }
H1.HeaderClassName
{
color: #4087BD;
}
.AnyTagClassName
{
color: #4087BD;
}
</style>
background-color css
<style>
a { background-color: #4087BD; }
a { background-color: rgb(64,135,189); }
div.DivClassName
{
background-color: #4087BD;
}
.BgClassName
{
background-color: #4087BD;
}
</style>
border-color css
<style>
span { border-color: #4087BD; }
span { border-color: rgb(64,135,189); }
td.TdClassName
{
border-color: #4087BD;
}
.TagClassName
{
border-color: #4087BD;
}
</style>