Shades of Curious Blue #4282BB
Tints of Curious Blue #4282BB
RGB
CMYK
RGB Variations
Color information
#4282BB (or 0x4282BB) is known color: Curious Blue. HEX triplet: 42, 82 and BB. RGB value is (66,130,187). Sum of RGB (Red+Green+Blue) = 66+130+187=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #4282BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4282BB is #BD7D44. Grayscale: #757575. Windows color (decimal): -12418373 or 12288578. OLE color: 12288578.
HSL color Cylindrical-coordinate representation of color #4282BB: hue angle of 208.26º 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 #4282BB is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 130 | 187 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.27 |
| HSL | 208.26º | 0.48% | 0.5% | - |
| HSV(B) | 208.26º | 0.65% | 0.73% | - |
| XYZ | 19.2 | 20.71 | 50 | - |
| YUV | 117.36 | 167.3 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 187 | 0.65 | 0.30 | 0 | 0.27 | 208.26 | 0.48 | 0.5 |
| Hex | 42 | 82 | BB | 41 | 1E | 0 | 1B | D0 | 30 | 32 |
| Octal | 102 | 202 | 273 | 101 | 36 | 0 | 33 | 320 | 60 | 62 |
| Binary | 1000010 | 10000010 | 10111011 | 1000001 | 11110 | 0 | 11011 | 11010000 | 110000 | 110010 |
Color Harmonies of #4282BB
Complementary color
Monochromatic Colors of #4282BB
Black with #4282BB
Text Example
Text Example
White with #4282BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4282BB; }
p { color: rgb(66,130,187); }
H1.HeaderClassName
{
color: #4282BB;
}
.AnyTagClassName
{
color: #4282BB;
}
</style>
background-color css
<style>
a { background-color: #4282BB; }
a { background-color: rgb(66,130,187); }
div.DivClassName
{
background-color: #4282BB;
}
.BgClassName
{
background-color: #4282BB;
}
</style>
border-color css
<style>
span { border-color: #4282BB; }
span { border-color: rgb(66,130,187); }
td.TdClassName
{
border-color: #4282BB;
}
.TagClassName
{
border-color: #4282BB;
}
</style>