Shades of Curious Blue #407FCB
Tints of Curious Blue #407FCB
RGB
CMYK
RGB Variations
Color information
#407FCB (or 0x407FCB) is known color: Curious Blue. HEX triplet: 40, 7F and CB. RGB value is (64,127,203). Sum of RGB (Red+Green+Blue) = 64+127+203=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #407FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407FCB is #BF8034. Grayscale: #747474. Windows color (decimal): -12550197 or 13336384. OLE color: 13336384.
HSL color Cylindrical-coordinate representation of color #407FCB: hue angle of 212.81º 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 #407FCB is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 127 | 203 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.20 |
| HSL | 212.81º | 0.57% | 0.52% | - |
| HSV(B) | 212.81º | 0.68% | 0.8% | - |
| XYZ | 20.48 | 20.58 | 59.39 | - |
| YUV | 116.83 | 176.63 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 203 | 0.68 | 0.37 | 0 | 0.20 | 212.81 | 0.57 | 0.52 |
| Hex | 40 | 7F | CB | 44 | 25 | 0 | 14 | D5 | 39 | 34 |
| Octal | 100 | 177 | 313 | 104 | 45 | 0 | 24 | 325 | 71 | 64 |
| Binary | 1000000 | 1111111 | 11001011 | 1000100 | 100101 | 0 | 10100 | 11010101 | 111001 | 110100 |
Color Harmonies of #407FCB
Complementary color
Monochromatic Colors of #407FCB
Black with #407FCB
Text Example
Text Example
White with #407FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407FCB; }
p { color: rgb(64,127,203); }
H1.HeaderClassName
{
color: #407FCB;
}
.AnyTagClassName
{
color: #407FCB;
}
</style>
background-color css
<style>
a { background-color: #407FCB; }
a { background-color: rgb(64,127,203); }
div.DivClassName
{
background-color: #407FCB;
}
.BgClassName
{
background-color: #407FCB;
}
</style>
border-color css
<style>
span { border-color: #407FCB; }
span { border-color: rgb(64,127,203); }
td.TdClassName
{
border-color: #407FCB;
}
.TagClassName
{
border-color: #407FCB;
}
</style>