Shades of Curious Blue #4282BD
Tints of Curious Blue #4282BD
RGB
CMYK
RGB Variations
Color information
#4282BD (or 0x4282BD) is known color: Curious Blue. HEX triplet: 42, 82 and BD. RGB value is (66,130,189). Sum of RGB (Red+Green+Blue) = 66+130+189=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #4282BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4282BD is #BD7D42. Grayscale: #757575. Windows color (decimal): -12418371 or 12419650. OLE color: 12419650.
HSL color Cylindrical-coordinate representation of color #4282BD: hue angle of 208.78º 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 #4282BD is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 130 | 189 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.26 |
| HSL | 208.78º | 0.48% | 0.5% | - |
| HSV(B) | 208.78º | 0.65% | 0.74% | - |
| XYZ | 19.41 | 20.8 | 51.14 | - |
| YUV | 117.59 | 168.3 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 189 | 0.65 | 0.31 | 0 | 0.26 | 208.78 | 0.48 | 0.5 |
| Hex | 42 | 82 | BD | 41 | 1F | 0 | 1A | D1 | 30 | 32 |
| Octal | 102 | 202 | 275 | 101 | 37 | 0 | 32 | 321 | 60 | 62 |
| Binary | 1000010 | 10000010 | 10111101 | 1000001 | 11111 | 0 | 11010 | 11010001 | 110000 | 110010 |
Color Harmonies of #4282BD
Complementary color
Monochromatic Colors of #4282BD
Black with #4282BD
Text Example
Text Example
White with #4282BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4282BD; }
p { color: rgb(66,130,189); }
H1.HeaderClassName
{
color: #4282BD;
}
.AnyTagClassName
{
color: #4282BD;
}
</style>
background-color css
<style>
a { background-color: #4282BD; }
a { background-color: rgb(66,130,189); }
div.DivClassName
{
background-color: #4282BD;
}
.BgClassName
{
background-color: #4282BD;
}
</style>
border-color css
<style>
span { border-color: #4282BD; }
span { border-color: rgb(66,130,189); }
td.TdClassName
{
border-color: #4282BD;
}
.TagClassName
{
border-color: #4282BD;
}
</style>