Shades of Curious Blue #428BCD
Tints of Curious Blue #428BCD
RGB
CMYK
RGB Variations
Color information
#428BCD (or 0x428BCD) is known color: Curious Blue. HEX triplet: 42, 8B and CD. RGB value is (66,139,205). Sum of RGB (Red+Green+Blue) = 66+139+205=410 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.10% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #428BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428BCD is #BD7432. Grayscale: #7C7C7C. Windows color (decimal): -12416051 or 13470530. OLE color: 13470530.
HSL color Cylindrical-coordinate representation of color #428BCD: hue angle of 208.49º 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 #428BCD is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 139 | 205 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.20 |
| HSL | 208.49º | 0.58% | 0.53% | - |
| HSV(B) | 208.49º | 0.68% | 0.8% | - |
| XYZ | 22.5 | 24.03 | 61.21 | - |
| YUV | 124.7 | 173.32 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 139 | 205 | 0.68 | 0.32 | 0 | 0.20 | 208.49 | 0.58 | 0.53 |
| Hex | 42 | 8B | CD | 44 | 20 | 0 | 14 | D0 | 3A | 35 |
| Octal | 102 | 213 | 315 | 104 | 40 | 0 | 24 | 320 | 72 | 65 |
| Binary | 1000010 | 10001011 | 11001101 | 1000100 | 100000 | 0 | 10100 | 11010000 | 111010 | 110101 |
Color Harmonies of #428BCD
Complementary color
Monochromatic Colors of #428BCD
Black with #428BCD
Text Example
Text Example
White with #428BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428BCD; }
p { color: rgb(66,139,205); }
H1.HeaderClassName
{
color: #428BCD;
}
.AnyTagClassName
{
color: #428BCD;
}
</style>
background-color css
<style>
a { background-color: #428BCD; }
a { background-color: rgb(66,139,205); }
div.DivClassName
{
background-color: #428BCD;
}
.BgClassName
{
background-color: #428BCD;
}
</style>
border-color css
<style>
span { border-color: #428BCD; }
span { border-color: rgb(66,139,205); }
td.TdClassName
{
border-color: #428BCD;
}
.TagClassName
{
border-color: #428BCD;
}
</style>