Shades of Curious Blue #407FCA
Tints of Curious Blue #407FCA
RGB
CMYK
RGB Variations
Color information
#407FCA (or 0x407FCA) is known color: Curious Blue. HEX triplet: 40, 7F and CA. RGB value is (64,127,202). Sum of RGB (Red+Green+Blue) = 64+127+202=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #407FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407FCA is #BF8035. Grayscale: #747474. Windows color (decimal): -12550198 or 13270848. OLE color: 13270848.
HSL color Cylindrical-coordinate representation of color #407FCA: hue angle of 212.61º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #407FCA is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 127 | 202 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.21 |
| HSL | 212.61º | 0.57% | 0.52% | - |
| HSV(B) | 212.61º | 0.68% | 0.79% | - |
| XYZ | 20.36 | 20.53 | 58.77 | - |
| YUV | 116.71 | 176.13 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 202 | 0.68 | 0.37 | 0 | 0.21 | 212.61 | 0.57 | 0.52 |
| Hex | 40 | 7F | CA | 44 | 25 | 0 | 15 | D5 | 39 | 34 |
| Octal | 100 | 177 | 312 | 104 | 45 | 0 | 25 | 325 | 71 | 64 |
| Binary | 1000000 | 1111111 | 11001010 | 1000100 | 100101 | 0 | 10101 | 11010101 | 111001 | 110100 |
Color Harmonies of #407FCA
Complementary color
Monochromatic Colors of #407FCA
Black with #407FCA
Text Example
Text Example
White with #407FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407FCA; }
p { color: rgb(64,127,202); }
H1.HeaderClassName
{
color: #407FCA;
}
.AnyTagClassName
{
color: #407FCA;
}
</style>
background-color css
<style>
a { background-color: #407FCA; }
a { background-color: rgb(64,127,202); }
div.DivClassName
{
background-color: #407FCA;
}
.BgClassName
{
background-color: #407FCA;
}
</style>
border-color css
<style>
span { border-color: #407FCA; }
span { border-color: rgb(64,127,202); }
td.TdClassName
{
border-color: #407FCA;
}
.TagClassName
{
border-color: #407FCA;
}
</style>