Shades of Curious Blue #4282CC
Tints of Curious Blue #4282CC
RGB
CMYK
RGB Variations
Color information
#4282CC (or 0x4282CC) is known color: Curious Blue. HEX triplet: 42, 82 and CC. RGB value is (66,130,204). Sum of RGB (Red+Green+Blue) = 66+130+204=400 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.5% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #4282CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4282CC is #BD7D33. Grayscale: #767676. Windows color (decimal): -12418356 or 13402690. OLE color: 13402690.
HSL color Cylindrical-coordinate representation of color #4282CC: hue angle of 212.17º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4282CC is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 130 | 204 | - |
| CMYK | 0.68 | 0.36 | 0 | 0.2 |
| HSL | 212.17º | 0.58% | 0.53% | - |
| HSV(B) | 212.17º | 0.68% | 0.8% | - |
| XYZ | 21.13 | 21.48 | 60.16 | - |
| YUV | 119.3 | 175.8 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 204 | 0.68 | 0.36 | 0 | 0.2 | 212.17 | 0.58 | 0.53 |
| Hex | 42 | 82 | CC | 44 | 24 | 0 | 14 | D4 | 3A | 35 |
| Octal | 102 | 202 | 314 | 104 | 44 | 0 | 24 | 324 | 72 | 65 |
| Binary | 1000010 | 10000010 | 11001100 | 1000100 | 100100 | 0 | 10100 | 11010100 | 111010 | 110101 |
Color Harmonies of #4282CC
Complementary color
Monochromatic Colors of #4282CC
Black with #4282CC
Text Example
Text Example
White with #4282CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4282CC; }
p { color: rgb(66,130,204); }
H1.HeaderClassName
{
color: #4282CC;
}
.AnyTagClassName
{
color: #4282CC;
}
</style>
background-color css
<style>
a { background-color: #4282CC; }
a { background-color: rgb(66,130,204); }
div.DivClassName
{
background-color: #4282CC;
}
.BgClassName
{
background-color: #4282CC;
}
</style>
border-color css
<style>
span { border-color: #4282CC; }
span { border-color: rgb(66,130,204); }
td.TdClassName
{
border-color: #4282CC;
}
.TagClassName
{
border-color: #4282CC;
}
</style>