Shades of Curious Blue #4288BB
Tints of Curious Blue #4288BB
RGB
CMYK
RGB Variations
Color information
#4288BB (or 0x4288BB) is known color: Curious Blue. HEX triplet: 42, 88 and BB. RGB value is (66,136,187). Sum of RGB (Red+Green+Blue) = 66+136+187=389 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.97% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #4288BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4288BB is #BD7744. Grayscale: #787878. Windows color (decimal): -12416837 or 12290114. OLE color: 12290114.
HSL color Cylindrical-coordinate representation of color #4288BB: hue angle of 205.29º 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 #4288BB is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 136 | 187 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.27 |
| HSL | 205.29º | 0.48% | 0.5% | - |
| HSV(B) | 205.29º | 0.65% | 0.73% | - |
| XYZ | 20.02 | 22.35 | 50.27 | - |
| YUV | 120.88 | 165.31 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 187 | 0.65 | 0.27 | 0 | 0.27 | 205.29 | 0.48 | 0.5 |
| Hex | 42 | 88 | BB | 41 | 1B | 0 | 1B | CD | 30 | 32 |
| Octal | 102 | 210 | 273 | 101 | 33 | 0 | 33 | 315 | 60 | 62 |
| Binary | 1000010 | 10001000 | 10111011 | 1000001 | 11011 | 0 | 11011 | 11001101 | 110000 | 110010 |
Color Harmonies of #4288BB
Complementary color
Monochromatic Colors of #4288BB
Black with #4288BB
Text Example
Text Example
White with #4288BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4288BB; }
p { color: rgb(66,136,187); }
H1.HeaderClassName
{
color: #4288BB;
}
.AnyTagClassName
{
color: #4288BB;
}
</style>
background-color css
<style>
a { background-color: #4288BB; }
a { background-color: rgb(66,136,187); }
div.DivClassName
{
background-color: #4288BB;
}
.BgClassName
{
background-color: #4288BB;
}
</style>
border-color css
<style>
span { border-color: #4288BB; }
span { border-color: rgb(66,136,187); }
td.TdClassName
{
border-color: #4288BB;
}
.TagClassName
{
border-color: #4288BB;
}
</style>