Shades of Curious Blue #407FCC
Tints of Curious Blue #407FCC
RGB
CMYK
RGB Variations
Color information
#407FCC (or 0x407FCC) is known color: Curious Blue. HEX triplet: 40, 7F and CC. RGB value is (64,127,204). Sum of RGB (Red+Green+Blue) = 64+127+204=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #407FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407FCC is #BF8033. Grayscale: #747474. Windows color (decimal): -12550196 or 13401920. OLE color: 13401920.
HSL color Cylindrical-coordinate representation of color #407FCC: hue angle of 213º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #407FCC is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 127 | 204 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.2 |
| HSL | 213º | 0.58% | 0.53% | - |
| HSV(B) | 213º | 0.69% | 0.8% | - |
| XYZ | 20.6 | 20.63 | 60.02 | - |
| YUV | 116.94 | 177.13 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 204 | 0.69 | 0.38 | 0 | 0.2 | 213 | 0.58 | 0.53 |
| Hex | 40 | 7F | CC | 45 | 26 | 0 | 14 | D5 | 3A | 35 |
| Octal | 100 | 177 | 314 | 105 | 46 | 0 | 24 | 325 | 72 | 65 |
| Binary | 1000000 | 1111111 | 11001100 | 1000101 | 100110 | 0 | 10100 | 11010101 | 111010 | 110101 |
Color Harmonies of #407FCC
Complementary color
Monochromatic Colors of #407FCC
Black with #407FCC
Text Example
Text Example
White with #407FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407FCC; }
p { color: rgb(64,127,204); }
H1.HeaderClassName
{
color: #407FCC;
}
.AnyTagClassName
{
color: #407FCC;
}
</style>
background-color css
<style>
a { background-color: #407FCC; }
a { background-color: rgb(64,127,204); }
div.DivClassName
{
background-color: #407FCC;
}
.BgClassName
{
background-color: #407FCC;
}
</style>
border-color css
<style>
span { border-color: #407FCC; }
span { border-color: rgb(64,127,204); }
td.TdClassName
{
border-color: #407FCC;
}
.TagClassName
{
border-color: #407FCC;
}
</style>