Shades of Curious Blue #4095BD
Tints of Curious Blue #4095BD
RGB
CMYK
RGB Variations
Color information
#4095BD (or 0x4095BD) is known color: Curious Blue. HEX triplet: 40, 95 and BD. RGB value is (64,149,189). Sum of RGB (Red+Green+Blue) = 64+149+189=402 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.92% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #4095BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4095BD is #BF6A42. Grayscale: #7F7F7F. Windows color (decimal): -12544579 or 12424512. OLE color: 12424512.
HSL color Cylindrical-coordinate representation of color #4095BD: hue angle of 199.2º 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 #4095BD is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 149 | 189 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.26 |
| HSL | 199.2º | 0.49% | 0.5% | - |
| HSV(B) | 199.2º | 0.66% | 0.74% | - |
| XYZ | 22.05 | 26.26 | 52.05 | - |
| YUV | 128.15 | 162.34 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 149 | 189 | 0.66 | 0.21 | 0 | 0.26 | 199.2 | 0.49 | 0.5 |
| Hex | 40 | 95 | BD | 42 | 15 | 0 | 1A | C7 | 31 | 32 |
| Octal | 100 | 225 | 275 | 102 | 25 | 0 | 32 | 307 | 61 | 62 |
| Binary | 1000000 | 10010101 | 10111101 | 1000010 | 10101 | 0 | 11010 | 11000111 | 110001 | 110010 |
Color Harmonies of #4095BD
Complementary color
Monochromatic Colors of #4095BD
Black with #4095BD
Text Example
Text Example
White with #4095BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4095BD; }
p { color: rgb(64,149,189); }
H1.HeaderClassName
{
color: #4095BD;
}
.AnyTagClassName
{
color: #4095BD;
}
</style>
background-color css
<style>
a { background-color: #4095BD; }
a { background-color: rgb(64,149,189); }
div.DivClassName
{
background-color: #4095BD;
}
.BgClassName
{
background-color: #4095BD;
}
</style>
border-color css
<style>
span { border-color: #4095BD; }
span { border-color: rgb(64,149,189); }
td.TdClassName
{
border-color: #4095BD;
}
.TagClassName
{
border-color: #4095BD;
}
</style>