Shades of Curious Blue #4289CB
Tints of Curious Blue #4289CB
RGB
CMYK
RGB Variations
Color information
#4289CB (or 0x4289CB) is known color: Curious Blue. HEX triplet: 42, 89 and CB. RGB value is (66,137,203). Sum of RGB (Red+Green+Blue) = 66+137+203=406 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.26% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #4289CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4289CB is #BD7634. Grayscale: #7A7A7A. Windows color (decimal): -12416565 or 13338946. OLE color: 13338946.
HSL color Cylindrical-coordinate representation of color #4289CB: hue angle of 208.91º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4289CB is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 137 | 203 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.20 |
| HSL | 208.91º | 0.57% | 0.53% | - |
| HSV(B) | 208.91º | 0.67% | 0.8% | - |
| XYZ | 21.97 | 23.36 | 59.85 | - |
| YUV | 123.3 | 172.98 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 137 | 203 | 0.67 | 0.33 | 0 | 0.20 | 208.91 | 0.57 | 0.53 |
| Hex | 42 | 89 | CB | 43 | 21 | 0 | 14 | D1 | 39 | 35 |
| Octal | 102 | 211 | 313 | 103 | 41 | 0 | 24 | 321 | 71 | 65 |
| Binary | 1000010 | 10001001 | 11001011 | 1000011 | 100001 | 0 | 10100 | 11010001 | 111001 | 110101 |
Color Harmonies of #4289CB
Complementary color
Monochromatic Colors of #4289CB
Black with #4289CB
Text Example
Text Example
White with #4289CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4289CB; }
p { color: rgb(66,137,203); }
H1.HeaderClassName
{
color: #4289CB;
}
.AnyTagClassName
{
color: #4289CB;
}
</style>
background-color css
<style>
a { background-color: #4289CB; }
a { background-color: rgb(66,137,203); }
div.DivClassName
{
background-color: #4289CB;
}
.BgClassName
{
background-color: #4289CB;
}
</style>
border-color css
<style>
span { border-color: #4289CB; }
span { border-color: rgb(66,137,203); }
td.TdClassName
{
border-color: #4289CB;
}
.TagClassName
{
border-color: #4289CB;
}
</style>