Shades of Curious Blue #4090CF
Tints of Curious Blue #4090CF
RGB
CMYK
RGB Variations
Color information
#4090CF (or 0x4090CF) is known color: Curious Blue. HEX triplet: 40, 90 and CF. RGB value is (64,144,207). Sum of RGB (Red+Green+Blue) = 64+144+207=415 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.42% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #4090CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4090CF is #BF6F30. Grayscale: #7E7E7E. Windows color (decimal): -12545841 or 13602880. OLE color: 13602880.
HSL color Cylindrical-coordinate representation of color #4090CF: hue angle of 206.43º degrees, saturation: 0.6, 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 #4090CF is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 144 | 207 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.19 |
| HSL | 206.43º | 0.6% | 0.53% | - |
| HSV(B) | 206.43º | 0.69% | 0.81% | - |
| XYZ | 23.35 | 25.54 | 62.73 | - |
| YUV | 127.26 | 173 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 144 | 207 | 0.69 | 0.30 | 0 | 0.19 | 206.43 | 0.6 | 0.53 |
| Hex | 40 | 90 | CF | 45 | 1E | 0 | 13 | CE | 3C | 35 |
| Octal | 100 | 220 | 317 | 105 | 36 | 0 | 23 | 316 | 74 | 65 |
| Binary | 1000000 | 10010000 | 11001111 | 1000101 | 11110 | 0 | 10011 | 11001110 | 111100 | 110101 |
Color Harmonies of #4090CF
Complementary color
Monochromatic Colors of #4090CF
Black with #4090CF
Text Example
Text Example
White with #4090CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4090CF; }
p { color: rgb(64,144,207); }
H1.HeaderClassName
{
color: #4090CF;
}
.AnyTagClassName
{
color: #4090CF;
}
</style>
background-color css
<style>
a { background-color: #4090CF; }
a { background-color: rgb(64,144,207); }
div.DivClassName
{
background-color: #4090CF;
}
.BgClassName
{
background-color: #4090CF;
}
</style>
border-color css
<style>
span { border-color: #4090CF; }
span { border-color: rgb(64,144,207); }
td.TdClassName
{
border-color: #4090CF;
}
.TagClassName
{
border-color: #4090CF;
}
</style>