Shades of Curious Blue #4282CB
Tints of Curious Blue #4282CB
RGB
CMYK
RGB Variations
Color information
#4282CB (or 0x4282CB) is known color: Curious Blue. HEX triplet: 42, 82 and CB. RGB value is (66,130,203). Sum of RGB (Red+Green+Blue) = 66+130+203=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #4282CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4282CB is #BD7D34. Grayscale: #767676. Windows color (decimal): -12418357 or 13337154. OLE color: 13337154.
HSL color Cylindrical-coordinate representation of color #4282CB: hue angle of 211.97º 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 #4282CB is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 130 | 203 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.20 |
| HSL | 211.97º | 0.57% | 0.53% | - |
| HSV(B) | 211.97º | 0.67% | 0.8% | - |
| XYZ | 21.01 | 21.44 | 59.53 | - |
| YUV | 119.19 | 175.3 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 203 | 0.67 | 0.36 | 0 | 0.20 | 211.97 | 0.57 | 0.53 |
| Hex | 42 | 82 | CB | 43 | 24 | 0 | 14 | D4 | 39 | 35 |
| Octal | 102 | 202 | 313 | 103 | 44 | 0 | 24 | 324 | 71 | 65 |
| Binary | 1000010 | 10000010 | 11001011 | 1000011 | 100100 | 0 | 10100 | 11010100 | 111001 | 110101 |
Color Harmonies of #4282CB
Complementary color
Monochromatic Colors of #4282CB
Black with #4282CB
Text Example
Text Example
White with #4282CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4282CB; }
p { color: rgb(66,130,203); }
H1.HeaderClassName
{
color: #4282CB;
}
.AnyTagClassName
{
color: #4282CB;
}
</style>
background-color css
<style>
a { background-color: #4282CB; }
a { background-color: rgb(66,130,203); }
div.DivClassName
{
background-color: #4282CB;
}
.BgClassName
{
background-color: #4282CB;
}
</style>
border-color css
<style>
span { border-color: #4282CB; }
span { border-color: rgb(66,130,203); }
td.TdClassName
{
border-color: #4282CB;
}
.TagClassName
{
border-color: #4282CB;
}
</style>