Shades of Curious Blue #4290BC
Tints of Curious Blue #4290BC
RGB
CMYK
RGB Variations
Color information
#4290BC (or 0x4290BC) is known color: Curious Blue. HEX triplet: 42, 90 and BC. RGB value is (66,144,188). Sum of RGB (Red+Green+Blue) = 66+144+188=398 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.58% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #4290BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4290BC is #BD6F43. Grayscale: #7D7D7D. Windows color (decimal): -12414788 or 12357698. OLE color: 12357698.
HSL color Cylindrical-coordinate representation of color #4290BC: hue angle of 201.64º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4290BC is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 144 | 188 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.26 |
| HSL | 201.64º | 0.48% | 0.5% | - |
| HSV(B) | 201.64º | 0.65% | 0.74% | - |
| XYZ | 21.3 | 24.74 | 51.23 | - |
| YUV | 125.69 | 163.16 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 144 | 188 | 0.65 | 0.23 | 0 | 0.26 | 201.64 | 0.48 | 0.5 |
| Hex | 42 | 90 | BC | 41 | 17 | 0 | 1A | CA | 30 | 32 |
| Octal | 102 | 220 | 274 | 101 | 27 | 0 | 32 | 312 | 60 | 62 |
| Binary | 1000010 | 10010000 | 10111100 | 1000001 | 10111 | 0 | 11010 | 11001010 | 110000 | 110010 |
Color Harmonies of #4290BC
Complementary color
Monochromatic Colors of #4290BC
Black with #4290BC
Text Example
Text Example
White with #4290BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4290BC; }
p { color: rgb(66,144,188); }
H1.HeaderClassName
{
color: #4290BC;
}
.AnyTagClassName
{
color: #4290BC;
}
</style>
background-color css
<style>
a { background-color: #4290BC; }
a { background-color: rgb(66,144,188); }
div.DivClassName
{
background-color: #4290BC;
}
.BgClassName
{
background-color: #4290BC;
}
</style>
border-color css
<style>
span { border-color: #4290BC; }
span { border-color: rgb(66,144,188); }
td.TdClassName
{
border-color: #4290BC;
}
.TagClassName
{
border-color: #4290BC;
}
</style>