Shades of Curious Blue #4090BE
Tints of Curious Blue #4090BE
RGB
CMYK
RGB Variations
Color information
#4090BE (or 0x4090BE) is known color: Curious Blue. HEX triplet: 40, 90 and BE. RGB value is (64,144,190). Sum of RGB (Red+Green+Blue) = 64+144+190=398 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.08% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #4090BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4090BE is #BF6F41. Grayscale: #7D7D7D. Windows color (decimal): -12545858 or 12488768. OLE color: 12488768.
HSL color Cylindrical-coordinate representation of color #4090BE: hue angle of 201.9º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4090BE is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 144 | 190 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.25 |
| HSL | 201.9º | 0.5% | 0.5% | - |
| HSV(B) | 201.9º | 0.66% | 0.75% | - |
| XYZ | 21.38 | 24.75 | 52.37 | - |
| YUV | 125.32 | 164.5 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 144 | 190 | 0.66 | 0.24 | 0 | 0.25 | 201.9 | 0.5 | 0.5 |
| Hex | 40 | 90 | BE | 42 | 18 | 0 | 19 | CA | 32 | 32 |
| Octal | 100 | 220 | 276 | 102 | 30 | 0 | 31 | 312 | 62 | 62 |
| Binary | 1000000 | 10010000 | 10111110 | 1000010 | 11000 | 0 | 11001 | 11001010 | 110010 | 110010 |
Color Harmonies of #4090BE
Complementary color
Monochromatic Colors of #4090BE
Black with #4090BE
Text Example
Text Example
White with #4090BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4090BE; }
p { color: rgb(64,144,190); }
H1.HeaderClassName
{
color: #4090BE;
}
.AnyTagClassName
{
color: #4090BE;
}
</style>
background-color css
<style>
a { background-color: #4090BE; }
a { background-color: rgb(64,144,190); }
div.DivClassName
{
background-color: #4090BE;
}
.BgClassName
{
background-color: #4090BE;
}
</style>
border-color css
<style>
span { border-color: #4090BE; }
span { border-color: rgb(64,144,190); }
td.TdClassName
{
border-color: #4090BE;
}
.TagClassName
{
border-color: #4090BE;
}
</style>