Shades of Curious Blue #407ECB
Tints of Curious Blue #407ECB
RGB
CMYK
RGB Variations
Color information
#407ECB (or 0x407ECB) is known color: Curious Blue. HEX triplet: 40, 7E and CB. RGB value is (64,126,203). Sum of RGB (Red+Green+Blue) = 64+126+203=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #407ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407ECB is #BF8134. Grayscale: #737373. Windows color (decimal): -12550453 or 13336128. OLE color: 13336128.
HSL color Cylindrical-coordinate representation of color #407ECB: hue angle of 213.24º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #407ECB is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 126 | 203 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.20 |
| HSL | 213.24º | 0.57% | 0.52% | - |
| HSV(B) | 213.24º | 0.68% | 0.8% | - |
| XYZ | 20.35 | 20.32 | 59.35 | - |
| YUV | 116.24 | 176.96 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 126 | 203 | 0.68 | 0.38 | 0 | 0.20 | 213.24 | 0.57 | 0.52 |
| Hex | 40 | 7E | CB | 44 | 26 | 0 | 14 | D5 | 39 | 34 |
| Octal | 100 | 176 | 313 | 104 | 46 | 0 | 24 | 325 | 71 | 64 |
| Binary | 1000000 | 1111110 | 11001011 | 1000100 | 100110 | 0 | 10100 | 11010101 | 111001 | 110100 |
Color Harmonies of #407ECB
Complementary color
Monochromatic Colors of #407ECB
Black with #407ECB
Text Example
Text Example
White with #407ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407ECB; }
p { color: rgb(64,126,203); }
H1.HeaderClassName
{
color: #407ECB;
}
.AnyTagClassName
{
color: #407ECB;
}
</style>
background-color css
<style>
a { background-color: #407ECB; }
a { background-color: rgb(64,126,203); }
div.DivClassName
{
background-color: #407ECB;
}
.BgClassName
{
background-color: #407ECB;
}
</style>
border-color css
<style>
span { border-color: #407ECB; }
span { border-color: rgb(64,126,203); }
td.TdClassName
{
border-color: #407ECB;
}
.TagClassName
{
border-color: #407ECB;
}
</style>