Shades of Curious Blue #4290BB
Tints of Curious Blue #4290BB
RGB
CMYK
RGB Variations
Color information
#4290BB (or 0x4290BB) is known color: Curious Blue. HEX triplet: 42, 90 and BB. RGB value is (66,144,187). Sum of RGB (Red+Green+Blue) = 66+144+187=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #4290BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4290BB is #BD6F44. Grayscale: #7D7D7D. Windows color (decimal): -12414789 or 12292162. OLE color: 12292162.
HSL color Cylindrical-coordinate representation of color #4290BB: hue angle of 201.32º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4290BB is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 144 | 187 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.27 |
| HSL | 201.32º | 0.48% | 0.5% | - |
| HSV(B) | 201.32º | 0.65% | 0.73% | - |
| XYZ | 21.19 | 24.69 | 50.66 | - |
| YUV | 125.58 | 162.66 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 144 | 187 | 0.65 | 0.23 | 0 | 0.27 | 201.32 | 0.48 | 0.5 |
| Hex | 42 | 90 | BB | 41 | 17 | 0 | 1B | C9 | 30 | 32 |
| Octal | 102 | 220 | 273 | 101 | 27 | 0 | 33 | 311 | 60 | 62 |
| Binary | 1000010 | 10010000 | 10111011 | 1000001 | 10111 | 0 | 11011 | 11001001 | 110000 | 110010 |
Color Harmonies of #4290BB
Complementary color
Monochromatic Colors of #4290BB
Black with #4290BB
Text Example
Text Example
White with #4290BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4290BB; }
p { color: rgb(66,144,187); }
H1.HeaderClassName
{
color: #4290BB;
}
.AnyTagClassName
{
color: #4290BB;
}
</style>
background-color css
<style>
a { background-color: #4290BB; }
a { background-color: rgb(66,144,187); }
div.DivClassName
{
background-color: #4290BB;
}
.BgClassName
{
background-color: #4290BB;
}
</style>
border-color css
<style>
span { border-color: #4290BB; }
span { border-color: rgb(66,144,187); }
td.TdClassName
{
border-color: #4290BB;
}
.TagClassName
{
border-color: #4290BB;
}
</style>