Shades of Curious Blue #428ACD
Tints of Curious Blue #428ACD
RGB
CMYK
RGB Variations
Color information
#428ACD (or 0x428ACD) is known color: Curious Blue. HEX triplet: 42, 8A and CD. RGB value is (66,138,205). Sum of RGB (Red+Green+Blue) = 66+138+205=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #428ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428ACD is #BD7532. Grayscale: #7B7B7B. Windows color (decimal): -12416307 or 13470274. OLE color: 13470274.
HSL color Cylindrical-coordinate representation of color #428ACD: hue angle of 208.92º degrees, saturation: 0.58, 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 #428ACD is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 138 | 205 | - |
| CMYK | 0.68 | 0.33 | 0 | 0.20 |
| HSL | 208.92º | 0.58% | 0.53% | - |
| HSV(B) | 208.92º | 0.68% | 0.8% | - |
| XYZ | 22.35 | 23.74 | 61.16 | - |
| YUV | 124.11 | 173.65 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 138 | 205 | 0.68 | 0.33 | 0 | 0.20 | 208.92 | 0.58 | 0.53 |
| Hex | 42 | 8A | CD | 44 | 21 | 0 | 14 | D1 | 3A | 35 |
| Octal | 102 | 212 | 315 | 104 | 41 | 0 | 24 | 321 | 72 | 65 |
| Binary | 1000010 | 10001010 | 11001101 | 1000100 | 100001 | 0 | 10100 | 11010001 | 111010 | 110101 |
Color Harmonies of #428ACD
Complementary color
Monochromatic Colors of #428ACD
Black with #428ACD
Text Example
Text Example
White with #428ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428ACD; }
p { color: rgb(66,138,205); }
H1.HeaderClassName
{
color: #428ACD;
}
.AnyTagClassName
{
color: #428ACD;
}
</style>
background-color css
<style>
a { background-color: #428ACD; }
a { background-color: rgb(66,138,205); }
div.DivClassName
{
background-color: #428ACD;
}
.BgClassName
{
background-color: #428ACD;
}
</style>
border-color css
<style>
span { border-color: #428ACD; }
span { border-color: rgb(66,138,205); }
td.TdClassName
{
border-color: #428ACD;
}
.TagClassName
{
border-color: #428ACD;
}
</style>