Shades of Curious Blue #428ECD
Tints of Curious Blue #428ECD
RGB
CMYK
RGB Variations
Color information
#428ECD (or 0x428ECD) is known color: Curious Blue. HEX triplet: 42, 8E and CD. RGB value is (66,142,205). Sum of RGB (Red+Green+Blue) = 66+142+205=413 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.98% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #428ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428ECD is #BD7132. Grayscale: #7E7E7E. Windows color (decimal): -12415283 or 13471298. OLE color: 13471298.
HSL color Cylindrical-coordinate representation of color #428ECD: hue angle of 207.19º 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 #428ECD is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 142 | 205 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.20 |
| HSL | 207.19º | 0.58% | 0.53% | - |
| HSV(B) | 207.19º | 0.68% | 0.8% | - |
| XYZ | 22.94 | 24.91 | 61.36 | - |
| YUV | 126.46 | 172.32 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 142 | 205 | 0.68 | 0.31 | 0 | 0.20 | 207.19 | 0.58 | 0.53 |
| Hex | 42 | 8E | CD | 44 | 1F | 0 | 14 | CF | 3A | 35 |
| Octal | 102 | 216 | 315 | 104 | 37 | 0 | 24 | 317 | 72 | 65 |
| Binary | 1000010 | 10001110 | 11001101 | 1000100 | 11111 | 0 | 10100 | 11001111 | 111010 | 110101 |
Color Harmonies of #428ECD
Complementary color
Monochromatic Colors of #428ECD
Black with #428ECD
Text Example
Text Example
White with #428ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428ECD; }
p { color: rgb(66,142,205); }
H1.HeaderClassName
{
color: #428ECD;
}
.AnyTagClassName
{
color: #428ECD;
}
</style>
background-color css
<style>
a { background-color: #428ECD; }
a { background-color: rgb(66,142,205); }
div.DivClassName
{
background-color: #428ECD;
}
.BgClassName
{
background-color: #428ECD;
}
</style>
border-color css
<style>
span { border-color: #428ECD; }
span { border-color: rgb(66,142,205); }
td.TdClassName
{
border-color: #428ECD;
}
.TagClassName
{
border-color: #428ECD;
}
</style>