Shades of Curious Blue #407FBF
Tints of Curious Blue #407FBF
RGB
CMYK
RGB Variations
Color information
#407FBF (or 0x407FBF) is known color: Curious Blue. HEX triplet: 40, 7F and BF. RGB value is (64,127,191). Sum of RGB (Red+Green+Blue) = 64+127+191=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #407FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407FBF is #BF8040. Grayscale: #737373. Windows color (decimal): -12550209 or 12549952. OLE color: 12549952.
HSL color Cylindrical-coordinate representation of color #407FBF: hue angle of 210.24º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #407FBF is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 127 | 191 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.25 |
| HSL | 210.24º | 0.5% | 0.5% | - |
| HSV(B) | 210.24º | 0.66% | 0.75% | - |
| XYZ | 19.11 | 20.03 | 52.15 | - |
| YUV | 115.46 | 170.63 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 191 | 0.66 | 0.34 | 0 | 0.25 | 210.24 | 0.5 | 0.5 |
| Hex | 40 | 7F | BF | 42 | 22 | 0 | 19 | D2 | 32 | 32 |
| Octal | 100 | 177 | 277 | 102 | 42 | 0 | 31 | 322 | 62 | 62 |
| Binary | 1000000 | 1111111 | 10111111 | 1000010 | 100010 | 0 | 11001 | 11010010 | 110010 | 110010 |
Color Harmonies of #407FBF
Complementary color
Monochromatic Colors of #407FBF
Black with #407FBF
Text Example
Text Example
White with #407FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407FBF; }
p { color: rgb(64,127,191); }
H1.HeaderClassName
{
color: #407FBF;
}
.AnyTagClassName
{
color: #407FBF;
}
</style>
background-color css
<style>
a { background-color: #407FBF; }
a { background-color: rgb(64,127,191); }
div.DivClassName
{
background-color: #407FBF;
}
.BgClassName
{
background-color: #407FBF;
}
</style>
border-color css
<style>
span { border-color: #407FBF; }
span { border-color: rgb(64,127,191); }
td.TdClassName
{
border-color: #407FBF;
}
.TagClassName
{
border-color: #407FBF;
}
</style>