Shades of Curious Blue #407FCE
Tints of Curious Blue #407FCE
RGB
CMYK
RGB Variations
Color information
#407FCE (or 0x407FCE) is known color: Curious Blue. HEX triplet: 40, 7F and CE. RGB value is (64,127,206). Sum of RGB (Red+Green+Blue) = 64+127+206=397 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.12% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #407FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407FCE is #BF8031. Grayscale: #747474. Windows color (decimal): -12550194 or 13532992. OLE color: 13532992.
HSL color Cylindrical-coordinate representation of color #407FCE: hue angle of 213.38º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #407FCE is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 127 | 206 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.19 |
| HSL | 213.38º | 0.59% | 0.53% | - |
| HSV(B) | 213.38º | 0.69% | 0.81% | - |
| XYZ | 20.84 | 20.72 | 61.29 | - |
| YUV | 117.17 | 178.13 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 206 | 0.69 | 0.38 | 0 | 0.19 | 213.38 | 0.59 | 0.53 |
| Hex | 40 | 7F | CE | 45 | 26 | 0 | 13 | D5 | 3B | 35 |
| Octal | 100 | 177 | 316 | 105 | 46 | 0 | 23 | 325 | 73 | 65 |
| Binary | 1000000 | 1111111 | 11001110 | 1000101 | 100110 | 0 | 10011 | 11010101 | 111011 | 110101 |
Color Harmonies of #407FCE
Complementary color
Monochromatic Colors of #407FCE
Black with #407FCE
Text Example
Text Example
White with #407FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407FCE; }
p { color: rgb(64,127,206); }
H1.HeaderClassName
{
color: #407FCE;
}
.AnyTagClassName
{
color: #407FCE;
}
</style>
background-color css
<style>
a { background-color: #407FCE; }
a { background-color: rgb(64,127,206); }
div.DivClassName
{
background-color: #407FCE;
}
.BgClassName
{
background-color: #407FCE;
}
</style>
border-color css
<style>
span { border-color: #407FCE; }
span { border-color: rgb(64,127,206); }
td.TdClassName
{
border-color: #407FCE;
}
.TagClassName
{
border-color: #407FCE;
}
</style>