Shades of Curious Blue #407FBD
Tints of Curious Blue #407FBD
RGB
CMYK
RGB Variations
Color information
#407FBD (or 0x407FBD) is known color: Curious Blue. HEX triplet: 40, 7F and BD. RGB value is (64,127,189). Sum of RGB (Red+Green+Blue) = 64+127+189=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #407FBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407FBD is #BF8042. Grayscale: #727272. Windows color (decimal): -12550211 or 12418880. OLE color: 12418880.
HSL color Cylindrical-coordinate representation of color #407FBD: hue angle of 209.76º 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 #407FBD is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 127 | 189 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.26 |
| HSL | 209.76º | 0.49% | 0.5% | - |
| HSV(B) | 209.76º | 0.66% | 0.74% | - |
| XYZ | 18.89 | 19.94 | 51 | - |
| YUV | 115.23 | 169.63 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 189 | 0.66 | 0.33 | 0 | 0.26 | 209.76 | 0.49 | 0.5 |
| Hex | 40 | 7F | BD | 42 | 21 | 0 | 1A | D2 | 31 | 32 |
| Octal | 100 | 177 | 275 | 102 | 41 | 0 | 32 | 322 | 61 | 62 |
| Binary | 1000000 | 1111111 | 10111101 | 1000010 | 100001 | 0 | 11010 | 11010010 | 110001 | 110010 |
Color Harmonies of #407FBD
Complementary color
Monochromatic Colors of #407FBD
Black with #407FBD
Text Example
Text Example
White with #407FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407FBD; }
p { color: rgb(64,127,189); }
H1.HeaderClassName
{
color: #407FBD;
}
.AnyTagClassName
{
color: #407FBD;
}
</style>
background-color css
<style>
a { background-color: #407FBD; }
a { background-color: rgb(64,127,189); }
div.DivClassName
{
background-color: #407FBD;
}
.BgClassName
{
background-color: #407FBD;
}
</style>
border-color css
<style>
span { border-color: #407FBD; }
span { border-color: rgb(64,127,189); }
td.TdClassName
{
border-color: #407FBD;
}
.TagClassName
{
border-color: #407FBD;
}
</style>