Shades of Curious Blue #428DCF
Tints of Curious Blue #428DCF
RGB
CMYK
RGB Variations
Color information
#428DCF (or 0x428DCF) is known color: Curious Blue. HEX triplet: 42, 8D and CF. RGB value is (66,141,207). Sum of RGB (Red+Green+Blue) = 66+141+207=414 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.94% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #428DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428DCF is #BD7230. Grayscale: #7D7D7D. Windows color (decimal): -12415537 or 13602114. OLE color: 13602114.
HSL color Cylindrical-coordinate representation of color #428DCF: hue angle of 208.09º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #428DCF is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 141 | 207 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.19 |
| HSL | 208.09º | 0.59% | 0.54% | - |
| HSV(B) | 208.09º | 0.68% | 0.81% | - |
| XYZ | 23.03 | 24.71 | 62.59 | - |
| YUV | 126.1 | 173.65 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 141 | 207 | 0.68 | 0.32 | 0 | 0.19 | 208.09 | 0.59 | 0.54 |
| Hex | 42 | 8D | CF | 44 | 20 | 0 | 13 | D0 | 3B | 36 |
| Octal | 102 | 215 | 317 | 104 | 40 | 0 | 23 | 320 | 73 | 66 |
| Binary | 1000010 | 10001101 | 11001111 | 1000100 | 100000 | 0 | 10011 | 11010000 | 111011 | 110110 |
Color Harmonies of #428DCF
Complementary color
Monochromatic Colors of #428DCF
Black with #428DCF
Text Example
Text Example
White with #428DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428DCF; }
p { color: rgb(66,141,207); }
H1.HeaderClassName
{
color: #428DCF;
}
.AnyTagClassName
{
color: #428DCF;
}
</style>
background-color css
<style>
a { background-color: #428DCF; }
a { background-color: rgb(66,141,207); }
div.DivClassName
{
background-color: #428DCF;
}
.BgClassName
{
background-color: #428DCF;
}
</style>
border-color css
<style>
span { border-color: #428DCF; }
span { border-color: rgb(66,141,207); }
td.TdClassName
{
border-color: #428DCF;
}
.TagClassName
{
border-color: #428DCF;
}
</style>