Shades of Curious Blue #407DCE
Tints of Curious Blue #407DCE
RGB
CMYK
RGB Variations
Color information
#407DCE (or 0x407DCE) is known color: Curious Blue. HEX triplet: 40, 7D and CE. RGB value is (64,125,206). Sum of RGB (Red+Green+Blue) = 64+125+206=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #407DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407DCE is #BF8231. Grayscale: #737373. Windows color (decimal): -12550706 or 13532480. OLE color: 13532480.
HSL color Cylindrical-coordinate representation of color #407DCE: hue angle of 214.23º 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 #407DCE is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 125 | 206 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.19 |
| HSL | 214.23º | 0.59% | 0.53% | - |
| HSV(B) | 214.23º | 0.69% | 0.81% | - |
| XYZ | 20.59 | 20.21 | 61.21 | - |
| YUV | 116 | 178.79 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 125 | 206 | 0.69 | 0.39 | 0 | 0.19 | 214.23 | 0.59 | 0.53 |
| Hex | 40 | 7D | CE | 45 | 27 | 0 | 13 | D6 | 3B | 35 |
| Octal | 100 | 175 | 316 | 105 | 47 | 0 | 23 | 326 | 73 | 65 |
| Binary | 1000000 | 1111101 | 11001110 | 1000101 | 100111 | 0 | 10011 | 11010110 | 111011 | 110101 |
Color Harmonies of #407DCE
Complementary color
Monochromatic Colors of #407DCE
Black with #407DCE
Text Example
Text Example
White with #407DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407DCE; }
p { color: rgb(64,125,206); }
H1.HeaderClassName
{
color: #407DCE;
}
.AnyTagClassName
{
color: #407DCE;
}
</style>
background-color css
<style>
a { background-color: #407DCE; }
a { background-color: rgb(64,125,206); }
div.DivClassName
{
background-color: #407DCE;
}
.BgClassName
{
background-color: #407DCE;
}
</style>
border-color css
<style>
span { border-color: #407DCE; }
span { border-color: rgb(64,125,206); }
td.TdClassName
{
border-color: #407DCE;
}
.TagClassName
{
border-color: #407DCE;
}
</style>