Shades of Curious Blue #407DCB
Tints of Curious Blue #407DCB
RGB
CMYK
RGB Variations
Color information
#407DCB (or 0x407DCB) is known color: Curious Blue. HEX triplet: 40, 7D and CB. RGB value is (64,125,203). Sum of RGB (Red+Green+Blue) = 64+125+203=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #407DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407DCB is #BF8234. Grayscale: #737373. Windows color (decimal): -12550709 or 13335872. OLE color: 13335872.
HSL color Cylindrical-coordinate representation of color #407DCB: hue angle of 213.67º 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 #407DCB is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 125 | 203 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.20 |
| HSL | 213.67º | 0.57% | 0.52% | - |
| HSV(B) | 213.67º | 0.68% | 0.8% | - |
| XYZ | 20.23 | 20.07 | 59.31 | - |
| YUV | 115.65 | 177.29 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 125 | 203 | 0.68 | 0.38 | 0 | 0.20 | 213.67 | 0.57 | 0.52 |
| Hex | 40 | 7D | CB | 44 | 26 | 0 | 14 | D6 | 39 | 34 |
| Octal | 100 | 175 | 313 | 104 | 46 | 0 | 24 | 326 | 71 | 64 |
| Binary | 1000000 | 1111101 | 11001011 | 1000100 | 100110 | 0 | 10100 | 11010110 | 111001 | 110100 |
Color Harmonies of #407DCB
Complementary color
Monochromatic Colors of #407DCB
Black with #407DCB
Text Example
Text Example
White with #407DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407DCB; }
p { color: rgb(64,125,203); }
H1.HeaderClassName
{
color: #407DCB;
}
.AnyTagClassName
{
color: #407DCB;
}
</style>
background-color css
<style>
a { background-color: #407DCB; }
a { background-color: rgb(64,125,203); }
div.DivClassName
{
background-color: #407DCB;
}
.BgClassName
{
background-color: #407DCB;
}
</style>
border-color css
<style>
span { border-color: #407DCB; }
span { border-color: rgb(64,125,203); }
td.TdClassName
{
border-color: #407DCB;
}
.TagClassName
{
border-color: #407DCB;
}
</style>