Shades of Curious Blue #428ACC
Tints of Curious Blue #428ACC
RGB
CMYK
RGB Variations
Color information
#428ACC (or 0x428ACC) is known color: Curious Blue. HEX triplet: 42, 8A and CC. RGB value is (66,138,204). Sum of RGB (Red+Green+Blue) = 66+138+204=408 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.18% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #428ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428ACC is #BD7533. Grayscale: #7B7B7B. Windows color (decimal): -12416308 or 13404738. OLE color: 13404738.
HSL color Cylindrical-coordinate representation of color #428ACC: hue angle of 208.7º 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 #428ACC is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 138 | 204 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.2 |
| HSL | 208.7º | 0.58% | 0.53% | - |
| HSV(B) | 208.7º | 0.68% | 0.8% | - |
| XYZ | 22.23 | 23.69 | 60.53 | - |
| YUV | 124 | 173.15 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 138 | 204 | 0.68 | 0.32 | 0 | 0.2 | 208.7 | 0.58 | 0.53 |
| Hex | 42 | 8A | CC | 44 | 20 | 0 | 14 | D1 | 3A | 35 |
| Octal | 102 | 212 | 314 | 104 | 40 | 0 | 24 | 321 | 72 | 65 |
| Binary | 1000010 | 10001010 | 11001100 | 1000100 | 100000 | 0 | 10100 | 11010001 | 111010 | 110101 |
Color Harmonies of #428ACC
Complementary color
Monochromatic Colors of #428ACC
Black with #428ACC
Text Example
Text Example
White with #428ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428ACC; }
p { color: rgb(66,138,204); }
H1.HeaderClassName
{
color: #428ACC;
}
.AnyTagClassName
{
color: #428ACC;
}
</style>
background-color css
<style>
a { background-color: #428ACC; }
a { background-color: rgb(66,138,204); }
div.DivClassName
{
background-color: #428ACC;
}
.BgClassName
{
background-color: #428ACC;
}
</style>
border-color css
<style>
span { border-color: #428ACC; }
span { border-color: rgb(66,138,204); }
td.TdClassName
{
border-color: #428ACC;
}
.TagClassName
{
border-color: #428ACC;
}
</style>